#3DF52C

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

Shades of Lime Green #3DF52C

Tints of Lime Green #3DF52C

Color information

#3DF52C (or 0x3DF52C) is unknown color: approx Lime Green. HEX triplet: 3D, F5 and 2C. RGB value is (61,245,44). Sum of RGB (Red+Green+Blue) = 61+245+44=350 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.43% from 350); Green value is 245 (96.09% from 255 or 70% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 245 - color contains mainly: green. Hex color #3DF52C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF52C is #C20AD3. Grayscale: #A7A7A7. Windows color (decimal): -12716756 or 2946365. OLE color: 2946365.

HSL color Cylindrical-coordinate representation of color #3DF52C: hue angle of 114.93º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3DF52C is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB6124544-
CMYK0.7500.820.04
HSL114.93º90.95%56.67%-
HSV(B)114.93º82.04%96.08%-
XYZ35.0366.4813.37-
YUV167.0758.5452.34-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.43%
GREEN value IS 245 (96.09% from 255) = 70%
BLUE value IS 44 (17.58% from 255) = 12.57%
R=17.43%
G=70%
B=12.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal61245440.7500.820.04114.9390.9556.67
Hex3DF52C4B0524735b39
Octal75365541130122416313371
Binary1111011111010110110010010110101001010011100111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,245,44); }

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

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

 a { background-color: rgb(61,245,44); }

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

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

 span { border-color: rgb(61,245,44); }

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