Html Css Color HEX #42E844 Lime Green

📋 copy color: '#42E844'

red 66 ◦ green 232 ◦ blue 68

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

Shades of Lime Green #42E844

Tints of Lime Green #42E844

RGB

 RED value IS 66 (26.17% from 255) = 18.03%

 GREEN value IS 232 (91.02% from 255) = 63.39%

 BLUE value IS 68 (26.95% from 255) = 18.58%

R = 18.03%
G = 63.39%
B = 18.58%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#42E844 (or 0x42E844) is known color: Lime Green. HEX triplet: 42, E8 and 44. RGB value is (66,232,68). Sum of RGB (Red+Green+Blue) = 66+232+68=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 232 (91.02% from 255 or 63.39% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 232 - color contains mainly: green. Hex color #42E844 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E844 is #BD17BB. Grayscale: #A4A4A4. Windows color (decimal): -12392380 or 4515906. OLE color: 4515906.

HSL color Cylindrical-coordinate representation of color #42E844: hue angle of 120.72º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E844 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 232 68 -
CMYK 0.72 0 0.71 0.09
HSL 120.72º 0.78% 0.58% -
HSV(B) 120.72º 0.72% 0.91% -
XYZ 32.15 59.29 15.22 -
YUV 163.67 74 58.34 -
System Red Green Blue C M Y K H S L
Decimal 66 232 68 0.72 0 0.71 0.09 120.72 0.78 0.58
Hex 42 E8 44 48 0 47 9 79 4E 3A
Octal 102 350 104 110 0 107 11 171 116 72
Binary 1000010 11101000 1000100 1001000 0 1000111 1001 1111001 1001110 111010

Color Harmonies of #42E844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E844

Black with #42E844

Text Example


Text Example

White with #42E844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42E844; }

 p { color: rgb(66,232,68); }

 H1.HeaderClassName
 {
   color: #42E844;
 }
 .AnyTagClassName
 {
   color: #42E844;
 }
</style>

background-color css

<style>
 a { background-color: #42E844; }

 a { background-color: rgb(66,232,68); }

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

border-color css

<style>
 span { border-color: #42E844; }

 span { border-color: rgb(66,232,68); }

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