Html Css Color HEX #3AEE26 Lime Green

📋 copy color: '#3AEE26'

red 58 ◦ green 238 ◦ blue 38

#3AEE26
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #3AEE26

Tints of Lime Green #3AEE26

RGB

 RED value IS 58 (23.05% from 255) = 17.37%

 GREEN value IS 238 (93.36% from 255) = 71.26%

 BLUE value IS 38 (15.23% from 255) = 11.38%

R = 17.37%
G = 71.26%
B = 11.38%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.84

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3AEE26 (or 0x3AEE26) is known color: Lime Green. HEX triplet: 3A, EE and 26. RGB value is (58,238,38). Sum of RGB (Red+Green+Blue) = 58+238+38=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 238 (93.36% from 255 or 71.26% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEE26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AEE26 is #C511D9. Grayscale: #A2A2A2. Windows color (decimal): -12915162 or 2551354. OLE color: 2551354.

HSL color Cylindrical-coordinate representation of color #3AEE26: hue angle of 114º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3AEE26 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 238 38 -
CMYK 0.76 0 0.84 0.07
HSL 114º 0.85% 0.54% -
HSV(B) 114º 0.84% 0.93% -
XYZ 32.67 62.19 12.12 -
YUV 161.38 58.37 54.26 -
System Red Green Blue C M Y K H S L
Decimal 58 238 38 0.76 0 0.84 0.07 114 0.85 0.54
Hex 3A EE 26 4C 0 54 7 72 55 36
Octal 72 356 46 114 0 124 7 162 125 66
Binary 111010 11101110 100110 1001100 0 1010100 111 1110010 1010101 110110

Color Harmonies of #3AEE26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEE26

Black with #3AEE26

Text Example


Text Example

White with #3AEE26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AEE26; }

 p { color: rgb(58,238,38); }

 H1.HeaderClassName
 {
   color: #3AEE26;
 }
 .AnyTagClassName
 {
   color: #3AEE26;
 }
</style>

background-color css

<style>
 a { background-color: #3AEE26; }

 a { background-color: rgb(58,238,38); }

 div.DivClassName
 {
   background-color: #3AEE26;
 }
 .BgClassName
 {
   background-color: #3AEE26;
 }
</style>

border-color css

<style>
 span { border-color: #3AEE26; }

 span { border-color: rgb(58,238,38); }

 td.TdClassName
 {
   border-color: #3AEE26;
 }
 .TagClassName
 {
   border-color: #3AEE26;
 }
</style>