Html Css Color HEX #42D454 Lime Green

📋 copy color: '#42D454'

red 66 ◦ green 212 ◦ blue 84

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

Shades of Lime Green #42D454

Tints of Lime Green #42D454

RGB

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

 GREEN value IS 212 (83.2% from 255) = 58.56%

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

R = 18.23%
G = 58.56%
B = 23.2%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.60

 K value IS 0.17

RGB Variations

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

Color information

#42D454 (or 0x42D454) is known color: Lime Green. HEX triplet: 42, D4 and 54. RGB value is (66,212,84). Sum of RGB (Red+Green+Blue) = 66+212+84=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 212 (83.20% from 255 or 58.56% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 212 - color contains mainly: green. Hex color #42D454 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D454 is #BD2BAB. Grayscale: #9A9A9A. Windows color (decimal): -12397484 or 5559362. OLE color: 5559362.

HSL color Cylindrical-coordinate representation of color #42D454: hue angle of 127.4º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D454 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB 66 212 84 -
CMYK 0.69 0 0.60 0.17
HSL 127.4º 0.63% 0.55% -
HSV(B) 127.4º 0.69% 0.83% -
XYZ 27.39 48.89 16.38 -
YUV 153.75 88.63 65.41 -
System Red Green Blue C M Y K H S L
Decimal 66 212 84 0.69 0 0.60 0.17 127.4 0.63 0.55
Hex 42 D4 54 45 0 3C 11 7F 3F 37
Octal 102 324 124 105 0 74 21 177 77 67
Binary 1000010 11010100 1010100 1000101 0 111100 10001 1111111 111111 110111

Color Harmonies of #42D454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D454

Black with #42D454

Text Example


Text Example

White with #42D454

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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