Html Css Color HEX #42D94D Lime Green

📋 copy color: '#42D94D'

red 66 ◦ green 217 ◦ blue 77

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

Shades of Lime Green #42D94D

Tints of Lime Green #42D94D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.39%

R = 18.33%
G = 60.28%
B = 21.39%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#42D94D (or 0x42D94D) is known color: Lime Green. HEX triplet: 42, D9 and 4D. RGB value is (66,217,77). Sum of RGB (Red+Green+Blue) = 66+217+77=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 217 (85.16% from 255 or 60.28% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 217 - color contains mainly: green. Hex color #42D94D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D94D is #BD26B2. Grayscale: #9C9C9C. Windows color (decimal): -12396211 or 5101890. OLE color: 5101890.

HSL color Cylindrical-coordinate representation of color #42D94D: hue angle of 124.37º 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 #42D94D is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 217 77 -
CMYK 0.70 0 0.65 0.15
HSL 124.37º 0.67% 0.55% -
HSV(B) 124.37º 0.7% 0.85% -
XYZ 28.4 51.32 15.43 -
YUV 155.89 83.47 63.88 -
System Red Green Blue C M Y K H S L
Decimal 66 217 77 0.70 0 0.65 0.15 124.37 0.67 0.55
Hex 42 D9 4D 46 0 41 F 7C 43 37
Octal 102 331 115 106 0 101 17 174 103 67
Binary 1000010 11011001 1001101 1000110 0 1000001 1111 1111100 1000011 110111

Color Harmonies of #42D94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D94D

Black with #42D94D

Text Example


Text Example

White with #42D94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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