#33BA3C

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

Shades of Lime Green #33BA3C

Tints of Lime Green #33BA3C

Color information

#33BA3C (or 0x33BA3C) is unknown color: approx Lime Green. HEX triplet: 33, BA and 3C. RGB value is (51,186,60). Sum of RGB (Red+Green+Blue) = 51+186+60=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 186 (73.05% from 255 or 62.63% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 186 - color contains mainly: green. Hex color #33BA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BA3C is #CC45C3. Grayscale: #838383. Windows color (decimal): -13387204 or 3979827. OLE color: 3979827.

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

Color convert

RGB5118660-
CMYK0.7300.680.27
HSL124º56.96%46.47%-
HSV(B)124º72.58%72.94%-
XYZ19.7436.1510.21-
YUV131.2787.7770.75-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.17%
GREEN value IS 186 (73.05% from 255) = 62.63%
BLUE value IS 60 (23.83% from 255) = 20.20%
R=17.17%
G=62.63%
B=20.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51186600.7300.680.2712456.9646.47
Hex33BA3C490441B7c392e
Octal63272741110104331747156
Binary11001110111010111100100100101000100110111111100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33BA3C; }

 p { color: rgb(51,186,60); }

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

<style>
 a { background-color: #33BA3C; }

 a { background-color: rgb(51,186,60); }

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

<style>
 span { border-color: #33BA3C; }

 span { border-color: rgb(51,186,60); }

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