#3DF533

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

Shades of Lime Green #3DF533

Tints of Lime Green #3DF533

Color information

#3DF533 (or 0x3DF533) is unknown color: approx Lime Green. HEX triplet: 3D, F5 and 33. RGB value is (61,245,51). Sum of RGB (Red+Green+Blue) = 61+245+51=357 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.09% from 357); Green value is 245 (96.09% from 255 or 68.63% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 245 - color contains mainly: green. Hex color #3DF533 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF533 is #C20ACC. Grayscale: #A8A8A8. Windows color (decimal): -12716749 or 3405117. OLE color: 3405117.

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

Color convert

RGB6124551-
CMYK0.7500.790.04
HSL116.91º90.65%58.04%-
HSV(B)116.91º79.18%96.08%-
XYZ35.1766.5414.12-
YUV167.8762.0451.77-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.09%
GREEN value IS 245 (96.09% from 255) = 68.63%
BLUE value IS 51 (20.31% from 255) = 14.29%
R=17.09%
G=68.63%
B=14.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal61245510.7500.790.04116.9190.6558.04
Hex3DF5334B04F4755b3a
Octal75365631130117416513372
Binary1111011111010111001110010110100111110011101011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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