Html Css Color HEX #35CF42 Lime Green

📋 copy color: '#35CF42'

red 53 ◦ green 207 ◦ blue 66

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

Shades of Lime Green #35CF42

Tints of Lime Green #35CF42

RGB

 RED value IS 53 (21.09% from 255) = 16.26%

 GREEN value IS 207 (81.25% from 255) = 63.5%

 BLUE value IS 66 (26.17% from 255) = 20.25%

R = 16.26%
G = 63.5%
B = 20.25%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#35CF42 (or 0x35CF42) is known color: Lime Green. HEX triplet: 35, CF and 42. RGB value is (53,207,66). Sum of RGB (Red+Green+Blue) = 53+207+66=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 207 (81.25% from 255 or 63.50% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 207 - color contains mainly: green. Hex color #35CF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CF42 is #CA30BD. Grayscale: #919191. Windows color (decimal): -13250750 or 4378421. OLE color: 4378421.

HSL color Cylindrical-coordinate representation of color #35CF42: hue angle of 125.06º degrees, saturation: 0.62, 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 #35CF42 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 207 66 -
CMYK 0.74 0 0.68 0.19
HSL 125.06º 0.62% 0.51% -
HSV(B) 125.06º 0.74% 0.81% -
XYZ 24.76 45.78 12.68 -
YUV 144.88 83.48 62.46 -
System Red Green Blue C M Y K H S L
Decimal 53 207 66 0.74 0 0.68 0.19 125.06 0.62 0.51
Hex 35 CF 42 4A 0 44 13 7D 3E 33
Octal 65 317 102 112 0 104 23 175 76 63
Binary 110101 11001111 1000010 1001010 0 1000100 10011 1111101 111110 110011

Color Harmonies of #35CF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CF42

Black with #35CF42

Text Example


Text Example

White with #35CF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35CF42; }

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

 H1.HeaderClassName
 {
   color: #35CF42;
 }
 .AnyTagClassName
 {
   color: #35CF42;
 }
</style>

background-color css

<style>
 a { background-color: #35CF42; }

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

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

border-color css

<style>
 span { border-color: #35CF42; }

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

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