Html Css Color HEX #32D927 Lime Green

📋 copy color: '#32D927'

red 50 ◦ green 217 ◦ blue 39

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

Shades of Lime Green #32D927

Tints of Lime Green #32D927

RGB

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

 GREEN value IS 217 (85.16% from 255) = 70.92%

 BLUE value IS 39 (15.63% from 255) = 12.75%

R = 16.34%
G = 70.92%
B = 12.75%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#32D927 (or 0x32D927) is known color: Lime Green. HEX triplet: 32, D9 and 27. RGB value is (50,217,39). Sum of RGB (Red+Green+Blue) = 50+217+39=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 217 (85.16% from 255 or 70.92% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 217 - color contains mainly: green. Hex color #32D927 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D927 is #CD26D8. Grayscale: #939393. Windows color (decimal): -13444825 or 2611506. OLE color: 2611506.

HSL color Cylindrical-coordinate representation of color #32D927: hue angle of 116.29º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32D927 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 217 39 -
CMYK 0.77 0 0.82 0.15
HSL 116.29º 0.7% 0.5% -
HSV(B) 116.29º 0.82% 0.85% -
XYZ 26.49 50.45 10.26 -
YUV 146.78 67.17 58.97 -
System Red Green Blue C M Y K H S L
Decimal 50 217 39 0.77 0 0.82 0.15 116.29 0.7 0.5
Hex 32 D9 27 4D 0 52 F 74 46 32
Octal 62 331 47 115 0 122 17 164 106 62
Binary 110010 11011001 100111 1001101 0 1010010 1111 1110100 1000110 110010

Color Harmonies of #32D927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D927

Black with #32D927

Text Example


Text Example

White with #32D927

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,217,39); }

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

background-color css

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

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

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

border-color css

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

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

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