#33BC4A

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

Shades of Lime Green #33BC4A

Tints of Lime Green #33BC4A

Color information

#33BC4A (or 0x33BC4A) is unknown color: approx Lime Green. HEX triplet: 33, BC and 4A. RGB value is (51,188,74). Sum of RGB (Red+Green+Blue) = 51+188+74=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 188 (73.83% from 255 or 60.06% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 188 - color contains mainly: green. Hex color #33BC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BC4A is #CC43B5. Grayscale: #868686. Windows color (decimal): -13386678 or 4897843. OLE color: 4897843.

HSL color Cylindrical-coordinate representation of color #33BC4A: hue angle of 130.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 #33BC4A is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB5118874-
CMYK0.7300.610.26
HSL130.07º57.32%46.86%-
HSV(B)130.07º72.87%73.73%-
XYZ20.5837.1612.57-
YUV134.0494.1168.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.29%
GREEN value IS 188 (73.83% from 255) = 60.06%
BLUE value IS 74 (29.30% from 255) = 23.64%
R=16.29%
G=60.06%
B=23.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51188740.7300.610.26130.0757.3246.86
Hex33BC4A4903D1A82392f
Octal63274112111075322027157
Binary110011101111001001010100100101111011101010000010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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