#3DBB33

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

Shades of Lime Green #3DBB33

Tints of Lime Green #3DBB33

Color information

#3DBB33 (or 0x3DBB33) is unknown color: approx Lime Green. HEX triplet: 3D, BB and 33. RGB value is (61,187,51). Sum of RGB (Red+Green+Blue) = 61+187+51=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 187 (73.44% from 255 or 62.54% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBB33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBB33 is #C244CC. Grayscale: #868686. Windows color (decimal): -12731597 or 3390269. OLE color: 3390269.

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

Color convert

RGB6118751-
CMYK0.6700.730.27
HSL115.59º57.14%46.67%-
HSV(B)115.59º72.73%73.33%-
XYZ20.2936.779.16-
YUV133.8281.2676.06-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.40%
GREEN value IS 187 (73.44% from 255) = 62.54%
BLUE value IS 51 (20.31% from 255) = 17.06%
R=20.40%
G=62.54%
B=17.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61187510.6700.730.27115.5957.1446.67
Hex3DBB33430491B74392f
Octal75273631030111331647157
Binary11110110111011110011100001101001001110111110100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DBB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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