Html Css Color HEX #42CE35 Lime Green

📋 copy color: '#42CE35'

red 66 ◦ green 206 ◦ blue 53

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

Shades of Lime Green #42CE35

Tints of Lime Green #42CE35

RGB

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

 GREEN value IS 206 (80.86% from 255) = 63.38%

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

R = 20.31%
G = 63.38%
B = 16.31%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#42CE35 (or 0x42CE35) is known color: Lime Green. HEX triplet: 42, CE and 35. RGB value is (66,206,53). Sum of RGB (Red+Green+Blue) = 66+206+53=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 206 (80.86% from 255 or 63.38% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 206 - color contains mainly: green. Hex color #42CE35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CE35 is #BD31CA. Grayscale: #939393. Windows color (decimal): -12399051 or 3526210. OLE color: 3526210.

HSL color Cylindrical-coordinate representation of color #42CE35: hue angle of 114.9º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42CE35 is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 206 53 -
CMYK 0.68 0 0.74 0.19
HSL 114.9º 0.61% 0.51% -
HSV(B) 114.9º 0.74% 0.81% -
XYZ 24.96 45.56 10.85 -
YUV 146.7 75.12 70.44 -
System Red Green Blue C M Y K H S L
Decimal 66 206 53 0.68 0 0.74 0.19 114.9 0.61 0.51
Hex 42 CE 35 44 0 4A 13 73 3D 33
Octal 102 316 65 104 0 112 23 163 75 63
Binary 1000010 11001110 110101 1000100 0 1001010 10011 1110011 111101 110011

Color Harmonies of #42CE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CE35

Black with #42CE35

Text Example


Text Example

White with #42CE35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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