Html Css Color HEX #32D235 Lime Green

📋 copy color: '#32D235'

red 50 ◦ green 210 ◦ blue 53

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

Shades of Lime Green #32D235

Tints of Lime Green #32D235

RGB

 RED value IS 50 (19.92% from 255) = 15.97%

 GREEN value IS 210 (82.42% from 255) = 67.09%

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

R = 15.97%
G = 67.09%
B = 16.93%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#32D235 (or 0x32D235) is known color: Lime Green. HEX triplet: 32, D2 and 35. RGB value is (50,210,53). Sum of RGB (Red+Green+Blue) = 50+210+53=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 210 (82.42% from 255 or 67.09% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 210 - color contains mainly: green. Hex color #32D235 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D235 is #CD2DCA. Grayscale: #909090. Windows color (decimal): -13446603 or 3527218. OLE color: 3527218.

HSL color Cylindrical-coordinate representation of color #32D235: hue angle of 121.12º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D235 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 50 210 53 -
CMYK 0.76 0 0.75 0.18
HSL 121.13º 0.64% 0.51% -
HSV(B) 121.13º 0.76% 0.82% -
XYZ 25 47.03 11.13 -
YUV 144.26 76.49 60.77 -
System Red Green Blue C M Y K H S L
Decimal 50 210 53 0.76 0 0.75 0.18 121.13 0.64 0.51
Hex 32 D2 35 4C 0 4B 12 79 40 33
Octal 62 322 65 114 0 113 22 171 100 63
Binary 110010 11010010 110101 1001100 0 1001011 10010 1111001 1000000 110011

Color Harmonies of #32D235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D235

Black with #32D235

Text Example


Text Example

White with #32D235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32D235; }

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

 H1.HeaderClassName
 {
   color: #32D235;
 }
 .AnyTagClassName
 {
   color: #32D235;
 }
</style>

background-color css

<style>
 a { background-color: #32D235; }

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

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

border-color css

<style>
 span { border-color: #32D235; }

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

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