Html Css Color HEX #42DF4E Lime Green

📋 copy color: '#42DF4E'

red 66 ◦ green 223 ◦ blue 78

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

Shades of Lime Green #42DF4E

Tints of Lime Green #42DF4E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 60.76%

 BLUE value IS 78 (30.86% from 255) = 21.25%

R = 17.98%
G = 60.76%
B = 21.25%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#42DF4E (or 0x42DF4E) is known color: Lime Green. HEX triplet: 42, DF and 4E. RGB value is (66,223,78). Sum of RGB (Red+Green+Blue) = 66+223+78=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 223 (87.5% from 255 or 60.76% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 223 - color contains mainly: green. Hex color #42DF4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DF4E is #BD20B1. Grayscale: #9F9F9F. Windows color (decimal): -12394674 or 5168962. OLE color: 5168962.

HSL color Cylindrical-coordinate representation of color #42DF4E: hue angle of 124.59º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DF4E is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 223 78 -
CMYK 0.70 0 0.65 0.13
HSL 124.59º 0.71% 0.57% -
HSV(B) 124.59º 0.7% 0.87% -
XYZ 30.01 54.48 16.14 -
YUV 159.53 81.99 61.29 -
System Red Green Blue C M Y K H S L
Decimal 66 223 78 0.70 0 0.65 0.13 124.59 0.71 0.57
Hex 42 DF 4E 46 0 41 D 7D 47 39
Octal 102 337 116 106 0 101 15 175 107 71
Binary 1000010 11011111 1001110 1000110 0 1000001 1101 1111101 1000111 111001

Color Harmonies of #42DF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DF4E

Black with #42DF4E

Text Example


Text Example

White with #42DF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,223,78); }

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

background-color css

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

 a { background-color: rgb(66,223,78); }

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

border-color css

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

 span { border-color: rgb(66,223,78); }

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