Html Css Color HEX #32D232 Lime Green

📋 copy color: '#32D232'

red 50 ◦ green 210 ◦ blue 50

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

Shades of Lime Green #32D232

Tints of Lime Green #32D232

RGB

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

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

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

R = 16.13%
G = 67.74%
B = 16.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#32D232 (or 0x32D232) is known color: Lime Green. HEX triplet: 32, D2 and 32. RGB value is (50,210,50). Sum of RGB (Red+Green+Blue) = 50+210+50=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 210 (82.42% from 255 or 67.74% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 210 - color contains mainly: green. Hex color #32D232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D232 is #CD2DCD. Grayscale: #909090. Windows color (decimal): -13446606 or 3330610. OLE color: 3330610.

HSL color Cylindrical-coordinate representation of color #32D232: hue angle of 120º 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 #32D232 is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 50 210 50 -
CMYK 0.76 0 0.76 0.18
HSL 120º 0.64% 0.51% -
HSV(B) 120º 0.76% 0.82% -
XYZ 24.94 47 10.78 -
YUV 143.92 74.99 61.01 -
System Red Green Blue C M Y K H S L
Decimal 50 210 50 0.76 0 0.76 0.18 120 0.64 0.51
Hex 32 D2 32 4C 0 4C 12 78 40 33
Octal 62 322 62 114 0 114 22 170 100 63
Binary 110010 11010010 110010 1001100 0 1001100 10010 1111000 1000000 110011

Color Harmonies of #32D232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D232

Black with #32D232

Text Example


Text Example

White with #32D232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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