Html Css Color HEX #42E054 Lime Green

📋 copy color: '#42E054'

red 66 ◦ green 224 ◦ blue 84

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

Shades of Lime Green #42E054

Tints of Lime Green #42E054

RGB

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

 GREEN value IS 224 (87.89% from 255) = 59.89%

 BLUE value IS 84 (33.2% from 255) = 22.46%

R = 17.65%
G = 59.89%
B = 22.46%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#42E054 (or 0x42E054) is known color: Lime Green. HEX triplet: 42, E0 and 54. RGB value is (66,224,84). Sum of RGB (Red+Green+Blue) = 66+224+84=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 224 (87.89% from 255 or 59.89% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 224 - color contains mainly: green. Hex color #42E054 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42E054 is #BD1FAB. Grayscale: #A1A1A1. Windows color (decimal): -12394412 or 5562434. OLE color: 5562434.

HSL color Cylindrical-coordinate representation of color #42E054: hue angle of 126.84º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E054 is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 66 224 84 -
CMYK 0.71 0 0.62 0.12
HSL 126.84º 0.72% 0.57% -
HSV(B) 126.84º 0.71% 0.88% -
XYZ 30.5 55.11 17.42 -
YUV 160.8 84.65 60.38 -
System Red Green Blue C M Y K H S L
Decimal 66 224 84 0.71 0 0.62 0.12 126.84 0.72 0.57
Hex 42 E0 54 47 0 3E C 7F 48 39
Octal 102 340 124 107 0 76 14 177 110 71
Binary 1000010 11100000 1010100 1000111 0 111110 1100 1111111 1001000 111001

Color Harmonies of #42E054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E054

Black with #42E054

Text Example


Text Example

White with #42E054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,224,84); }

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

background-color css

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

 a { background-color: rgb(66,224,84); }

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

border-color css

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

 span { border-color: rgb(66,224,84); }

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