#3FDD24

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

Shades of Lime Green #3FDD24

Tints of Lime Green #3FDD24

Color information

#3FDD24 (or 0x3FDD24) is unknown color: approx Lime Green. HEX triplet: 3F, DD and 24. RGB value is (63,221,36). Sum of RGB (Red+Green+Blue) = 63+221+36=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 221 (86.72% from 255 or 69.06% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDD24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDD24 is #C022DB. Grayscale: #999999. Windows color (decimal): -12591836 or 2415935. OLE color: 2415935.

HSL color Cylindrical-coordinate representation of color #3FDD24: hue angle of 111.24º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3FDD24 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB6322136-
CMYK0.7100.840.13
HSL111.24º73.12%50.39%-
HSV(B)111.24º83.71%86.67%-
XYZ28.2252.910.39-
YUV152.6762.1564.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.69%
GREEN value IS 221 (86.72% from 255) = 69.06%
BLUE value IS 36 (14.45% from 255) = 11.25%
R=19.69%
G=69.06%
B=11.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal63221360.7100.840.13111.2473.1250.39
Hex3FDD2447054D6f4932
Octal773354410701241515711162
Binary11111111011101100100100011101010100110111011111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FDD24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FDD24; }

 p { color: rgb(63,221,36); }

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

<style>
 a { background-color: #3FDD24; }

 a { background-color: rgb(63,221,36); }

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

<style>
 span { border-color: #3FDD24; }

 span { border-color: rgb(63,221,36); }

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