#3DBB2F

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

Shades of Lime Green #3DBB2F

Tints of Lime Green #3DBB2F

Color information

#3DBB2F (or 0x3DBB2F) is unknown color: approx Lime Green. HEX triplet: 3D, BB and 2F. RGB value is (61,187,47). Sum of RGB (Red+Green+Blue) = 61+187+47=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 187 (73.44% from 255 or 63.39% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBB2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBB2F is #C244D0. Grayscale: #858585. Windows color (decimal): -12731601 or 3128125. OLE color: 3128125.

HSL color Cylindrical-coordinate representation of color #3DBB2F: hue angle of 114º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DBB2F is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB6118747-
CMYK0.6700.750.27
HSL114º59.83%45.88%-
HSV(B)114º74.87%73.33%-
XYZ20.2136.748.72-
YUV133.3779.2676.38-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.68%
GREEN value IS 187 (73.44% from 255) = 63.39%
BLUE value IS 47 (18.75% from 255) = 15.93%
R=20.68%
G=63.39%
B=15.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61187470.6700.750.2711459.8345.88
Hex3DBB2F4304B1B723c2e
Octal75273571030113331627456
Binary11110110111011101111100001101001011110111110010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DBB2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,187,47); }

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

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

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

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

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

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

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