Html Css Color HEX #42D64F Lime Green

📋 copy color: '#42D64F'

red 66 ◦ green 214 ◦ blue 79

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

Shades of Lime Green #42D64F

Tints of Lime Green #42D64F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 59.61%

 BLUE value IS 79 (31.25% from 255) = 22.01%

R = 18.38%
G = 59.61%
B = 22.01%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#42D64F (or 0x42D64F) is known color: Lime Green. HEX triplet: 42, D6 and 4F. RGB value is (66,214,79). Sum of RGB (Red+Green+Blue) = 66+214+79=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 214 (83.98% from 255 or 59.61% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 214 - color contains mainly: green. Hex color #42D64F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D64F is #BD29B0. Grayscale: #9A9A9A. Windows color (decimal): -12396977 or 5232194. OLE color: 5232194.

HSL color Cylindrical-coordinate representation of color #42D64F: hue angle of 125.27º degrees, saturation: 0.64, 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 #42D64F is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 214 79 -
CMYK 0.69 0 0.63 0.16
HSL 125.27º 0.64% 0.55% -
HSV(B) 125.27º 0.69% 0.84% -
XYZ 27.7 49.82 15.55 -
YUV 154.36 85.47 64.98 -
System Red Green Blue C M Y K H S L
Decimal 66 214 79 0.69 0 0.63 0.16 125.27 0.64 0.55
Hex 42 D6 4F 45 0 3F 10 7D 40 37
Octal 102 326 117 105 0 77 20 175 100 67
Binary 1000010 11010110 1001111 1000101 0 111111 10000 1111101 1000000 110111

Color Harmonies of #42D64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D64F

Black with #42D64F

Text Example


Text Example

White with #42D64F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,214,79); }

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

background-color css

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

 a { background-color: rgb(66,214,79); }

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

border-color css

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

 span { border-color: rgb(66,214,79); }

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