Html Css Color HEX #42D94E Lime Green

📋 copy color: '#42D94E'

red 66 ◦ green 217 ◦ blue 78

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

Shades of Lime Green #42D94E

Tints of Lime Green #42D94E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 60.11%

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

R = 18.28%
G = 60.11%
B = 21.61%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#42D94E (or 0x42D94E) is known color: Lime Green. HEX triplet: 42, D9 and 4E. RGB value is (66,217,78). Sum of RGB (Red+Green+Blue) = 66+217+78=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 217 (85.16% from 255 or 60.11% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 217 - color contains mainly: green. Hex color #42D94E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D94E is #BD26B1. Grayscale: #9C9C9C. Windows color (decimal): -12396210 or 5167426. OLE color: 5167426.

HSL color Cylindrical-coordinate representation of color #42D94E: hue angle of 124.77º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42D94E is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 217 78 -
CMYK 0.70 0 0.64 0.15
HSL 124.77º 0.67% 0.55% -
HSV(B) 124.77º 0.7% 0.85% -
XYZ 28.43 51.33 15.62 -
YUV 156.01 83.97 63.8 -
System Red Green Blue C M Y K H S L
Decimal 66 217 78 0.70 0 0.64 0.15 124.77 0.67 0.55
Hex 42 D9 4E 46 0 40 F 7D 43 37
Octal 102 331 116 106 0 100 17 175 103 67
Binary 1000010 11011001 1001110 1000110 0 1000000 1111 1111101 1000011 110111

Color Harmonies of #42D94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D94E

Black with #42D94E

Text Example


Text Example

White with #42D94E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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