#33BC27

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

Shades of Lime Green #33BC27

Tints of Lime Green #33BC27

Color information

#33BC27 (or 0x33BC27) is unknown color: approx Lime Green. HEX triplet: 33, BC and 27. RGB value is (51,188,39). Sum of RGB (Red+Green+Blue) = 51+188+39=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 188 (73.83% from 255 or 67.63% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 188 - color contains mainly: green. Hex color #33BC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BC27 is #CC43D8. Grayscale: #828282. Windows color (decimal): -13386713 or 2604083. OLE color: 2604083.

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

Color convert

RGB5118839-
CMYK0.7300.790.26
HSL115.17º65.64%44.51%-
HSV(B)115.17º79.26%73.73%-
XYZ19.7136.827.99-
YUV130.0576.6171.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.35%
GREEN value IS 188 (73.83% from 255) = 67.63%
BLUE value IS 39 (15.62% from 255) = 14.03%
R=18.35%
G=67.63%
B=14.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51188390.7300.790.26115.1765.6444.51
Hex33BC274904F1A73422d
Octal632744711101173216310255
Binary110011101111001001111001001010011111101011100111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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