Html Css Color HEX #35DC42 Lime Green

📋 copy color: '#35DC42'

red 53 ◦ green 220 ◦ blue 66

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

Shades of Lime Green #35DC42

Tints of Lime Green #35DC42

RGB

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

 GREEN value IS 220 (86.33% from 255) = 64.9%

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

R = 15.63%
G = 64.9%
B = 19.47%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#35DC42 (or 0x35DC42) is known color: Lime Green. HEX triplet: 35, DC and 42. RGB value is (53,220,66). Sum of RGB (Red+Green+Blue) = 53+220+66=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 220 (86.33% from 255 or 64.90% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 220 - color contains mainly: green. Hex color #35DC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35DC42 is #CA23BD. Grayscale: #989898. Windows color (decimal): -13247422 or 4381749. OLE color: 4381749.

HSL color Cylindrical-coordinate representation of color #35DC42: hue angle of 124.67º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DC42 is Cyan = 0.76, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 220 66 -
CMYK 0.76 0 0.7 0.14
HSL 124.67º 0.7% 0.54% -
HSV(B) 124.67º 0.76% 0.86% -
XYZ 28.04 52.34 13.78 -
YUV 152.51 79.17 57.02 -
System Red Green Blue C M Y K H S L
Decimal 53 220 66 0.76 0 0.7 0.14 124.67 0.7 0.54
Hex 35 DC 42 4C 0 46 E 7D 46 36
Octal 65 334 102 114 0 106 16 175 106 66
Binary 110101 11011100 1000010 1001100 0 1000110 1110 1111101 1000110 110110

Color Harmonies of #35DC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DC42

Black with #35DC42

Text Example


Text Example

White with #35DC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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