#3DF92E

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

Shades of Lime Green #3DF92E

Tints of Lime Green #3DF92E

Color information

#3DF92E (or 0x3DF92E) is unknown color: approx Lime Green. HEX triplet: 3D, F9 and 2E. RGB value is (61,249,46). Sum of RGB (Red+Green+Blue) = 61+249+46=356 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.13% from 356); Green value is 249 (97.66% from 255 or 69.94% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF92E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF92E is #C206D1. Grayscale: #AAAAAA. Windows color (decimal): -12715730 or 3078461. OLE color: 3078461.

HSL color Cylindrical-coordinate representation of color #3DF92E: hue angle of 115.57º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3DF92E is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB6124946-
CMYK0.7600.820.02
HSL115.57º94.42%57.84%-
HSV(B)115.57º81.53%97.65%-
XYZ36.2968.9413.98-
YUV169.6558.2250.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.13%
GREEN value IS 249 (97.66% from 255) = 69.94%
BLUE value IS 46 (18.36% from 255) = 12.92%
R=17.13%
G=69.94%
B=12.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal61249460.7600.820.02115.5794.4257.84
Hex3DF92E4C0522745e3a
Octal75371561140122216413672
Binary111101111110011011101001100010100101011101001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF92E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,249,46); }

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

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

 a { background-color: rgb(61,249,46); }

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

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

 span { border-color: rgb(61,249,46); }

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