Html Css Color HEX #3EE226 Lime Green

📋 copy color: '#3EE226'

red 62 ◦ green 226 ◦ blue 38

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

Shades of Lime Green #3EE226

Tints of Lime Green #3EE226

RGB

 RED value IS 62 (24.61% from 255) = 19.02%

 GREEN value IS 226 (88.67% from 255) = 69.33%

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

R = 19.02%
G = 69.33%
B = 11.66%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#3EE226 (or 0x3EE226) is known color: Lime Green. HEX triplet: 3E, E2 and 26. RGB value is (62,226,38). Sum of RGB (Red+Green+Blue) = 62+226+38=326 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.02% from 326); Green value is 226 (88.67% from 255 or 69.33% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 226 - color contains mainly: green. Hex color #3EE226 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EE226 is #C11DD9. Grayscale: #9C9C9C. Windows color (decimal): -12656090 or 2548286. OLE color: 2548286.

HSL color Cylindrical-coordinate representation of color #3EE226: hue angle of 112.34º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3EE226 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB 62 226 38 -
CMYK 0.73 0 0.83 0.11
HSL 112.34º 0.76% 0.52% -
HSV(B) 112.34º 0.83% 0.89% -
XYZ 29.53 55.56 11 -
YUV 155.53 61.67 61.29 -
System Red Green Blue C M Y K H S L
Decimal 62 226 38 0.73 0 0.83 0.11 112.34 0.76 0.52
Hex 3E E2 26 49 0 53 B 70 4C 34
Octal 76 342 46 111 0 123 13 160 114 64
Binary 111110 11100010 100110 1001001 0 1010011 1011 1110000 1001100 110100

Color Harmonies of #3EE226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE226

Black with #3EE226

Text Example


Text Example

White with #3EE226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,226,38); }

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

background-color css

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

 a { background-color: rgb(62,226,38); }

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

border-color css

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

 span { border-color: rgb(62,226,38); }

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