#3DEB3D

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

Shades of Lime Green #3DEB3D

Tints of Lime Green #3DEB3D

Color information

#3DEB3D (or 0x3DEB3D) is unknown color: approx Lime Green. HEX triplet: 3D, EB and 3D. RGB value is (61,235,61). Sum of RGB (Red+Green+Blue) = 61+235+61=357 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.09% from 357); Green value is 235 (92.19% from 255 or 65.83% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 235 - color contains mainly: green. Hex color #3DEB3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DEB3D is #C214C2. Grayscale: #A3A3A3. Windows color (decimal): -12719299 or 4057917. OLE color: 4057917.

HSL color Cylindrical-coordinate representation of color #3DEB3D: hue angle of 120º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEB3D is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB6123561-
CMYK0.7400.740.08
HSL120º81.31%58.04%-
HSV(B)120º74.04%92.16%-
XYZ32.4860.7514.43-
YUV163.1470.3555.15-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.09%
GREEN value IS 235 (92.19% from 255) = 65.83%
BLUE value IS 61 (24.22% from 255) = 17.09%
R=17.09%
G=65.83%
B=17.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal61235610.7400.740.0812081.3158.04
Hex3DEB3D4A04A878513a
Octal753537511201121017012172
Binary11110111101011111101100101001001010100011110001010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DEB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,235,61); }

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

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

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

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

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

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

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