Html Css Color HEX #32D028 Lime Green

📋 copy color: '#32D028'

red 50 ◦ green 208 ◦ blue 40

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

Shades of Lime Green #32D028

Tints of Lime Green #32D028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.42%

R = 16.78%
G = 69.8%
B = 13.42%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#32D028 (or 0x32D028) is known color: Lime Green. HEX triplet: 32, D0 and 28. RGB value is (50,208,40). Sum of RGB (Red+Green+Blue) = 50+208+40=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 208 (81.64% from 255 or 69.80% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 208 - color contains mainly: green. Hex color #32D028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D028 is #CD2FD7. Grayscale: #8E8E8E. Windows color (decimal): -13447128 or 2674738. OLE color: 2674738.

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

Color convert

RGB 50 208 40 -
CMYK 0.76 0 0.81 0.18
HSL 116.43º 0.68% 0.49% -
HSV(B) 116.43º 0.81% 0.82% -
XYZ 24.25 45.94 9.6 -
YUV 141.61 70.65 62.66 -
System Red Green Blue C M Y K H S L
Decimal 50 208 40 0.76 0 0.81 0.18 116.43 0.68 0.49
Hex 32 D0 28 4C 0 51 12 74 44 31
Octal 62 320 50 114 0 121 22 164 104 61
Binary 110010 11010000 101000 1001100 0 1010001 10010 1110100 1000100 110001

Color Harmonies of #32D028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D028

Black with #32D028

Text Example


Text Example

White with #32D028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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