Html Css Color HEX #42D347 Lime Green

📋 copy color: '#42D347'

red 66 ◦ green 211 ◦ blue 71

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

Shades of Lime Green #42D347

Tints of Lime Green #42D347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.4%

R = 18.97%
G = 60.63%
B = 20.4%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#42D347 (or 0x42D347) is known color: Lime Green. HEX triplet: 42, D3 and 47. RGB value is (66,211,71). Sum of RGB (Red+Green+Blue) = 66+211+71=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 211 (82.81% from 255 or 60.63% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 211 - color contains mainly: green. Hex color #42D347 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D347 is #BD2CB8. Grayscale: #989898. Windows color (decimal): -12397753 or 4707138. OLE color: 4707138.

HSL color Cylindrical-coordinate representation of color #42D347: hue angle of 122.07º 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 #42D347 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 66 211 71 -
CMYK 0.69 0 0.66 0.17
HSL 122.07º 0.62% 0.54% -
HSV(B) 122.07º 0.69% 0.83% -
XYZ 26.68 48.2 13.86 -
YUV 151.69 82.46 66.88 -
System Red Green Blue C M Y K H S L
Decimal 66 211 71 0.69 0 0.66 0.17 122.07 0.62 0.54
Hex 42 D3 47 45 0 42 11 7A 3E 36
Octal 102 323 107 105 0 102 21 172 76 66
Binary 1000010 11010011 1000111 1000101 0 1000010 10001 1111010 111110 110110

Color Harmonies of #42D347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D347

Black with #42D347

Text Example


Text Example

White with #42D347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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