Html Css Color HEX #42D354 Lime Green

📋 copy color: '#42D354'

red 66 ◦ green 211 ◦ blue 84

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

Shades of Lime Green #42D354

Tints of Lime Green #42D354

RGB

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

 GREEN value IS 211 (82.81% from 255) = 58.45%

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

R = 18.28%
G = 58.45%
B = 23.27%

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

#42D354 (or 0x42D354) is known color: Lime Green. HEX triplet: 42, D3 and 54. RGB value is (66,211,84). Sum of RGB (Red+Green+Blue) = 66+211+84=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 211 (82.81% from 255 or 58.45% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 211 - color contains mainly: green. Hex color #42D354 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D354 is #BD2CAB. Grayscale: #999999. Windows color (decimal): -12397740 or 5559106. OLE color: 5559106.

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

Color convert

RGB 66 211 84 -
CMYK 0.69 0 0.60 0.17
HSL 127.45º 0.62% 0.54% -
HSV(B) 127.45º 0.69% 0.83% -
XYZ 27.14 48.39 16.3 -
YUV 153.17 88.96 65.83 -
System Red Green Blue C M Y K H S L
Decimal 66 211 84 0.69 0 0.60 0.17 127.45 0.62 0.54
Hex 42 D3 54 45 0 3C 11 7F 3E 36
Octal 102 323 124 105 0 74 21 177 76 66
Binary 1000010 11010011 1010100 1000101 0 111100 10001 1111111 111110 110110

Color Harmonies of #42D354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D354

Black with #42D354

Text Example


Text Example

White with #42D354

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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