#33bc3a

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

Shades of Lime Green #33BC3A

Tints of Lime Green #33BC3A

Color information

#33BC3A (or 0x33BC3A) is unknown color: approx Lime Green. HEX triplet: 33, BC and 3A. RGB value is (51,188,58). Sum of RGB (Red+Green+Blue) = 51+188+58=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 188 (73.83% from 255 or 63.30% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 188 - color contains mainly: green. Hex color #33BC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BC3A is #CC43C5. Grayscale: #848484. Windows color (decimal): -13386694 or 3849267. OLE color: 3849267.

HSL color Cylindrical-coordinate representation of color #33BC3A: hue angle of 123.07º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BC3A is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB5118858-
CMYK0.7300.690.26
HSL123.07º57.32%46.86%-
HSV(B)123.07º72.87%73.73%-
XYZ20.1136.9810.08-
YUV132.2286.1170.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.17%
GREEN value IS 188 (73.83% from 255) = 63.30%
BLUE value IS 58 (23.05% from 255) = 19.53%
R=17.17%
G=63.30%
B=19.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51188580.7300.690.26123.0757.3246.86
Hex33BC3A490451A7b392f
Octal63274721110105321737157
Binary11001110111100111010100100101000101110101111011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33bc3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,188,58); }

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

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

 a { background-color: rgb(51,188,58); }

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

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

 span { border-color: rgb(51,188,58); }

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