Html Css Color HEX #42CA46 Lime Green

📋 copy color: '#42CA46'

red 66 ◦ green 202 ◦ blue 70

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

Shades of Lime Green #42CA46

Tints of Lime Green #42CA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.71%

R = 19.53%
G = 59.76%
B = 20.71%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#42CA46 (or 0x42CA46) is known color: Lime Green. HEX triplet: 42, CA and 46. RGB value is (66,202,70). Sum of RGB (Red+Green+Blue) = 66+202+70=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 202 (79.30% from 255 or 59.76% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CA46 is #BD35B9. Grayscale: #929292. Windows color (decimal): -12400058 or 4639298. OLE color: 4639298.

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

Color convert

RGB 66 202 70 -
CMYK 0.67 0 0.65 0.21
HSL 121.76º 0.56% 0.53% -
HSV(B) 121.76º 0.67% 0.79% -
XYZ 24.47 43.84 12.97 -
YUV 146.29 84.94 70.73 -
System Red Green Blue C M Y K H S L
Decimal 66 202 70 0.67 0 0.65 0.21 121.76 0.56 0.53
Hex 42 CA 46 43 0 41 15 7A 38 35
Octal 102 312 106 103 0 101 25 172 70 65
Binary 1000010 11001010 1000110 1000011 0 1000001 10101 1111010 111000 110101

Color Harmonies of #42CA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CA46

Black with #42CA46

Text Example


Text Example

White with #42CA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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