Html Css Color HEX #42CA4F Lime Green

📋 copy color: '#42CA4F'

red 66 ◦ green 202 ◦ blue 79

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

Shades of Lime Green #42CA4F

Tints of Lime Green #42CA4F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 58.21%

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

R = 19.02%
G = 58.21%
B = 22.77%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#42CA4F (or 0x42CA4F) is known color: Lime Green. HEX triplet: 42, CA and 4F. RGB value is (66,202,79). Sum of RGB (Red+Green+Blue) = 66+202+79=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 202 (79.30% from 255 or 58.21% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CA4F is #BD35B0. Grayscale: #939393. Windows color (decimal): -12400049 or 5229122. OLE color: 5229122.

HSL color Cylindrical-coordinate representation of color #42CA4F: hue angle of 125.74º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CA4F is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 202 79 -
CMYK 0.67 0 0.61 0.21
HSL 125.74º 0.56% 0.53% -
HSV(B) 125.74º 0.67% 0.79% -
XYZ 24.78 43.96 14.58 -
YUV 147.31 89.44 70 -
System Red Green Blue C M Y K H S L
Decimal 66 202 79 0.67 0 0.61 0.21 125.74 0.56 0.53
Hex 42 CA 4F 43 0 3D 15 7E 38 35
Octal 102 312 117 103 0 75 25 176 70 65
Binary 1000010 11001010 1001111 1000011 0 111101 10101 1111110 111000 110101

Color Harmonies of #42CA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CA4F

Black with #42CA4F

Text Example


Text Example

White with #42CA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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