Html Css Color HEX #42D74E Lime Green

📋 copy color: '#42D74E'

red 66 ◦ green 215 ◦ blue 78

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

Shades of Lime Green #42D74E

Tints of Lime Green #42D74E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 59.89%

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

R = 18.38%
G = 59.89%
B = 21.73%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#42D74E (or 0x42D74E) is known color: Lime Green. HEX triplet: 42, D7 and 4E. RGB value is (66,215,78). Sum of RGB (Red+Green+Blue) = 66+215+78=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 215 (84.38% from 255 or 59.89% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 215 - color contains mainly: green. Hex color #42D74E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D74E is #BD28B1. Grayscale: #9B9B9B. Windows color (decimal): -12396722 or 5166914. OLE color: 5166914.

HSL color Cylindrical-coordinate representation of color #42D74E: hue angle of 124.83º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D74E is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 215 78 -
CMYK 0.69 0 0.64 0.16
HSL 124.83º 0.65% 0.55% -
HSV(B) 124.83º 0.69% 0.84% -
XYZ 27.92 50.31 15.45 -
YUV 154.83 84.64 64.64 -
System Red Green Blue C M Y K H S L
Decimal 66 215 78 0.69 0 0.64 0.16 124.83 0.65 0.55
Hex 42 D7 4E 45 0 40 10 7D 41 37
Octal 102 327 116 105 0 100 20 175 101 67
Binary 1000010 11010111 1001110 1000101 0 1000000 10000 1111101 1000001 110111

Color Harmonies of #42D74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D74E

Black with #42D74E

Text Example


Text Example

White with #42D74E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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