Html Css Color HEX #42CC35 Lime Green

📋 copy color: '#42CC35'

red 66 ◦ green 204 ◦ blue 53

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

Shades of Lime Green #42CC35

Tints of Lime Green #42CC35

RGB

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

 GREEN value IS 204 (80.08% from 255) = 63.16%

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

R = 20.43%
G = 63.16%
B = 16.41%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#42CC35 (or 0x42CC35) is known color: Lime Green. HEX triplet: 42, CC and 35. RGB value is (66,204,53). Sum of RGB (Red+Green+Blue) = 66+204+53=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 204 (80.08% from 255 or 63.16% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 204 - color contains mainly: green. Hex color #42CC35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CC35 is #BD33CA. Grayscale: #919191. Windows color (decimal): -12399563 or 3525698. OLE color: 3525698.

HSL color Cylindrical-coordinate representation of color #42CC35: hue angle of 114.83º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42CC35 is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 204 53 -
CMYK 0.68 0 0.74 0.2
HSL 114.83º 0.6% 0.5% -
HSV(B) 114.83º 0.74% 0.8% -
XYZ 24.48 44.6 10.69 -
YUV 145.52 75.78 71.28 -
System Red Green Blue C M Y K H S L
Decimal 66 204 53 0.68 0 0.74 0.2 114.83 0.6 0.5
Hex 42 CC 35 44 0 4A 14 73 3C 32
Octal 102 314 65 104 0 112 24 163 74 62
Binary 1000010 11001100 110101 1000100 0 1001010 10100 1110011 111100 110010

Color Harmonies of #42CC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CC35

Black with #42CC35

Text Example


Text Example

White with #42CC35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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