Html Css Color HEX #32D036 Lime Green

📋 copy color: '#32D036'

red 50 ◦ green 208 ◦ blue 54

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

Shades of Lime Green #32D036

Tints of Lime Green #32D036

RGB

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

 GREEN value IS 208 (81.64% from 255) = 66.67%

 BLUE value IS 54 (21.48% from 255) = 17.31%

R = 16.03%
G = 66.67%
B = 17.31%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#32D036 (or 0x32D036) is known color: Lime Green. HEX triplet: 32, D0 and 36. RGB value is (50,208,54). Sum of RGB (Red+Green+Blue) = 50+208+54=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 208 (81.64% from 255 or 66.67% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 208 - color contains mainly: green. Hex color #32D036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D036 is #CD2FC9. Grayscale: #8F8F8F. Windows color (decimal): -13447114 or 3592242. OLE color: 3592242.

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

Color convert

RGB 50 208 54 -
CMYK 0.76 0 0.74 0.18
HSL 121.52º 0.63% 0.51% -
HSV(B) 121.52º 0.76% 0.82% -
XYZ 24.54 46.06 11.09 -
YUV 143.2 77.65 61.52 -
System Red Green Blue C M Y K H S L
Decimal 50 208 54 0.76 0 0.74 0.18 121.52 0.63 0.51
Hex 32 D0 36 4C 0 4A 12 7A 3F 33
Octal 62 320 66 114 0 112 22 172 77 63
Binary 110010 11010000 110110 1001100 0 1001010 10010 1111010 111111 110011

Color Harmonies of #32D036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D036

Black with #32D036

Text Example


Text Example

White with #32D036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,208,54); }

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

background-color css

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

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

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

border-color css

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

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

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