Html Css Color HEX #35DD32 Lime Green

📋 copy color: '#35DD32'

red 53 ◦ green 221 ◦ blue 50

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

Shades of Lime Green #35DD32

Tints of Lime Green #35DD32

RGB

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

 GREEN value IS 221 (86.72% from 255) = 68.21%

 BLUE value IS 50 (19.92% from 255) = 15.43%

R = 16.36%
G = 68.21%
B = 15.43%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#35DD32 (or 0x35DD32) is known color: Lime Green. HEX triplet: 35, DD and 32. RGB value is (53,221,50). Sum of RGB (Red+Green+Blue) = 53+221+50=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 221 (86.72% from 255 or 68.21% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 221 - color contains mainly: green. Hex color #35DD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35DD32 is #CA22CD. Grayscale: #979797. Windows color (decimal): -13247182 or 3333429. OLE color: 3333429.

HSL color Cylindrical-coordinate representation of color #35DD32: hue angle of 118.95º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35DD32 is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 221 50 -
CMYK 0.76 0 0.77 0.13
HSL 118.95º 0.72% 0.53% -
HSV(B) 118.95º 0.77% 0.87% -
XYZ 27.9 52.7 11.72 -
YUV 151.27 70.84 57.9 -
System Red Green Blue C M Y K H S L
Decimal 53 221 50 0.76 0 0.77 0.13 118.95 0.72 0.53
Hex 35 DD 32 4C 0 4D D 77 48 35
Octal 65 335 62 114 0 115 15 167 110 65
Binary 110101 11011101 110010 1001100 0 1001101 1101 1110111 1001000 110101

Color Harmonies of #35DD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DD32

Black with #35DD32

Text Example


Text Example

White with #35DD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,221,50); }

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

background-color css

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

 a { background-color: rgb(53,221,50); }

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

border-color css

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

 span { border-color: rgb(53,221,50); }

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