#3dfb3a

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

Shades of Lime Green #3DFB3A

Tints of Lime Green #3DFB3A

Color information

#3DFB3A (or 0x3DFB3A) is unknown color: approx Lime Green. HEX triplet: 3D, FB and 3A. RGB value is (61,251,58). Sum of RGB (Red+Green+Blue) = 61+251+58=370 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.49% from 370); Green value is 251 (98.44% from 255 or 67.84% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFB3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DFB3A is #C204C5. Grayscale: #ACACAC. Windows color (decimal): -12715206 or 3865405. OLE color: 3865405.

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

Color convert

RGB6125158-
CMYK0.7600.770.02
HSL119.07º96.02%60.59%-
HSV(B)119.07º76.89%98.43%-
XYZ37.1970.2915.61-
YUV172.1963.5548.69-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.49%
GREEN value IS 251 (98.44% from 255) = 67.84%
BLUE value IS 58 (23.05% from 255) = 15.68%
R=16.49%
G=67.84%
B=15.68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal61251580.7600.770.02119.0796.0260.59
Hex3DFB3A4C04D277603d
Octal75373721140115216714075
Binary111101111110111110101001100010011011011101111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3dfb3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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