#3DFB3E

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

Shades of Lime Green #3DFB3E

Tints of Lime Green #3DFB3E

Color information

#3DFB3E (or 0x3DFB3E) is unknown color: approx Lime Green. HEX triplet: 3D, FB and 3E. RGB value is (61,251,62). Sum of RGB (Red+Green+Blue) = 61+251+62=374 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.31% from 374); Green value is 251 (98.44% from 255 or 67.11% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFB3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DFB3E is #C204C1. Grayscale: #ADADAD. Windows color (decimal): -12715202 or 4127549. OLE color: 4127549.

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

Color convert

RGB6125162-
CMYK0.7600.750.02
HSL120.32º95.96%61.18%-
HSV(B)120.32º75.7%98.43%-
XYZ37.2970.3316.17-
YUV172.6465.5548.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.31%
GREEN value IS 251 (98.44% from 255) = 67.11%
BLUE value IS 62 (24.61% from 255) = 16.58%
R=16.31%
G=67.11%
B=16.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal61251620.7600.750.02120.3295.9661.18
Hex3DFB3E4C04B278603d
Octal75373761140113217014075
Binary111101111110111111101001100010010111011110001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DFB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,251,62); }

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

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

 a { background-color: rgb(61,251,62); }

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

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

 span { border-color: rgb(61,251,62); }

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