#33C51A

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

Shades of Lime Green #33C51A

Tints of Lime Green #33C51A

Color information

#33C51A (or 0x33C51A) is unknown color: approx Lime Green. HEX triplet: 33, C5 and 1A. RGB value is (51,197,26). Sum of RGB (Red+Green+Blue) = 51+197+26=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 197 (77.34% from 255 or 71.90% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 197 - color contains mainly: green. Hex color #33C51A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C51A is #CC3AE5. Grayscale: #868686. Windows color (decimal): -13384422 or 1754419. OLE color: 1754419.

HSL color Cylindrical-coordinate representation of color #33C51A: hue angle of 111.23º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #33C51A is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB5119726-
CMYK0.7400.870.23
HSL111.23º76.68%43.73%-
HSV(B)111.23º86.8%77.25%-
XYZ21.5240.717.7-
YUV133.8567.1368.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.61%
GREEN value IS 197 (77.34% from 255) = 71.90%
BLUE value IS 26 (10.55% from 255) = 9.49%
R=18.61%
G=71.90%
B=9.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal51197260.7400.870.23111.2376.6843.73
Hex33C51A4A057176f4d2c
Octal633053211201272715711554
Binary11001111000101110101001010010101111011111011111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C51A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,197,26); }

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

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

 a { background-color: rgb(51,197,26); }

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

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

 span { border-color: rgb(51,197,26); }

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