#32DF30

Color #32DF30 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #32DF30

Tints of Lime Green #32DF30

Color information

#32DF30 (or 0x32DF30) is unknown color: approx Lime Green. HEX triplet: 32, DF and 30. RGB value is (50,223,48). Sum of RGB (Red+Green+Blue) = 50+223+48=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 223 (87.5% from 255 or 69.47% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 223 - color contains mainly: green. Hex color #32DF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DF30 is #CD20CF. Grayscale: #979797. Windows color (decimal): -13443280 or 3202866. OLE color: 3202866.

HSL color Cylindrical-coordinate representation of color #32DF30: hue angle of 119.31º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32DF30 is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB5022348-
CMYK0.7800.780.13
HSL119.31º73.22%53.14%-
HSV(B)119.31º78.48%87.45%-
XYZ28.2453.6711.67-
YUV151.3269.6955.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.58%
GREEN value IS 223 (87.5% from 255) = 69.47%
BLUE value IS 48 (19.14% from 255) = 14.95%
R=15.58%
G=69.47%
B=14.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal50223480.7800.780.13119.3173.2253.14
Hex32DF304E04ED774935
Octal623376011601161516711165
Binary11001011011111110000100111001001110110111101111001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32DF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,223,48); }

 H1.HeaderClassName
 {
   color: #32DF30;
 }
 .AnyTagClassName
 {
   color: #32DF30;
 }
</style>
background-color css

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

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

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

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

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

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