Html Css Color HEX #42D14F Lime Green

📋 copy color: '#42D14F'

red 66 ◦ green 209 ◦ blue 79

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

Shades of Lime Green #42D14F

Tints of Lime Green #42D14F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 59.04%

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

R = 18.64%
G = 59.04%
B = 22.32%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#42D14F (or 0x42D14F) is known color: Lime Green. HEX triplet: 42, D1 and 4F. RGB value is (66,209,79). Sum of RGB (Red+Green+Blue) = 66+209+79=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 209 (82.03% from 255 or 59.04% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 209 - color contains mainly: green. Hex color #42D14F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D14F is #BD2EB0. Grayscale: #979797. Windows color (decimal): -12398257 or 5230914. OLE color: 5230914.

HSL color Cylindrical-coordinate representation of color #42D14F: hue angle of 125.45º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D14F is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 209 79 -
CMYK 0.68 0 0.62 0.18
HSL 125.45º 0.61% 0.54% -
HSV(B) 125.45º 0.68% 0.82% -
XYZ 26.46 47.32 15.14 -
YUV 151.42 87.12 67.07 -
System Red Green Blue C M Y K H S L
Decimal 66 209 79 0.68 0 0.62 0.18 125.45 0.61 0.54
Hex 42 D1 4F 44 0 3E 12 7D 3D 36
Octal 102 321 117 104 0 76 22 175 75 66
Binary 1000010 11010001 1001111 1000100 0 111110 10010 1111101 111101 110110

Color Harmonies of #42D14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D14F

Black with #42D14F

Text Example


Text Example

White with #42D14F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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