Html Css Color HEX #42CA35 Lime Green

📋 copy color: '#42CA35'

red 66 ◦ green 202 ◦ blue 53

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

Shades of Lime Green #42CA35

Tints of Lime Green #42CA35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.51%

R = 20.56%
G = 62.93%
B = 16.51%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#42CA35 (or 0x42CA35) is known color: Lime Green. HEX triplet: 42, CA and 35. RGB value is (66,202,53). Sum of RGB (Red+Green+Blue) = 66+202+53=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 202 (79.30% from 255 or 62.93% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CA35 is #BD35CA. Grayscale: #909090. Windows color (decimal): -12400075 or 3525186. OLE color: 3525186.

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

Color convert

RGB 66 202 53 -
CMYK 0.67 0 0.74 0.21
HSL 114.77º 0.58% 0.5% -
HSV(B) 114.77º 0.74% 0.79% -
XYZ 24.01 43.66 10.53 -
YUV 144.35 76.44 72.12 -
System Red Green Blue C M Y K H S L
Decimal 66 202 53 0.67 0 0.74 0.21 114.77 0.58 0.5
Hex 42 CA 35 43 0 4A 15 73 3A 32
Octal 102 312 65 103 0 112 25 163 72 62
Binary 1000010 11001010 110101 1000011 0 1001010 10101 1110011 111010 110010

Color Harmonies of #42CA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CA35

Black with #42CA35

Text Example


Text Example

White with #42CA35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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