#3DF32D

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

Shades of Lime Green #3DF32D

Tints of Lime Green #3DF32D

Color information

#3DF32D (or 0x3DF32D) is unknown color: approx Lime Green. HEX triplet: 3D, F3 and 2D. RGB value is (61,243,45). Sum of RGB (Red+Green+Blue) = 61+243+45=349 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.48% from 349); Green value is 243 (95.31% from 255 or 69.63% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF32D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF32D is #C20CD2. Grayscale: #A6A6A6. Windows color (decimal): -12717267 or 3011389. OLE color: 3011389.

HSL color Cylindrical-coordinate representation of color #3DF32D: hue angle of 115.15º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3DF32D is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB6124345-
CMYK0.7500.810.05
HSL115.15º89.19%56.47%-
HSV(B)115.15º81.48%95.29%-
XYZ34.4565.2813.27-
YUV166.0159.753.1-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.48%
GREEN value IS 243 (95.31% from 255) = 69.63%
BLUE value IS 45 (17.97% from 255) = 12.89%
R=17.48%
G=69.63%
B=12.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal61243450.7500.810.05115.1589.1956.47
Hex3DF32D4B0515735938
Octal75363551130121516313170
Binary1111011111001110110110010110101000110111100111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF32D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,243,45); }

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

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

 a { background-color: rgb(61,243,45); }

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

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

 span { border-color: rgb(61,243,45); }

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