#3FDF2D

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

Shades of Lime Green #3FDF2D

Tints of Lime Green #3FDF2D

Color information

#3FDF2D (or 0x3FDF2D) is unknown color: approx Lime Green. HEX triplet: 3F, DF and 2D. RGB value is (63,223,45). Sum of RGB (Red+Green+Blue) = 63+223+45=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 223 (87.5% from 255 or 67.37% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDF2D is #C020D2. Grayscale: #9B9B9B. Windows color (decimal): -12591315 or 3006271. OLE color: 3006271.

HSL color Cylindrical-coordinate representation of color #3FDF2D: hue angle of 113.93º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3FDF2D is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB6322345-
CMYK0.7200.800.13
HSL113.93º73.55%52.55%-
HSV(B)113.93º79.82%87.45%-
XYZ28.9154.0211.39-
YUV154.8765.9962.47-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.03%
GREEN value IS 223 (87.5% from 255) = 67.37%
BLUE value IS 45 (17.97% from 255) = 13.60%
R=19.03%
G=67.37%
B=13.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal63223450.7200.800.13113.9373.5552.55
Hex3FDF2D48050D724a35
Octal773375511001201516211265
Binary11111111011111101101100100001010000110111100101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FDF2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,223,45); }

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

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

 a { background-color: rgb(63,223,45); }

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

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

 span { border-color: rgb(63,223,45); }

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