#33C63A

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

Shades of Lime Green #33C63A

Tints of Lime Green #33C63A

Color information

#33C63A (or 0x33C63A) is unknown color: approx Lime Green. HEX triplet: 33, C6 and 3A. RGB value is (51,198,58). Sum of RGB (Red+Green+Blue) = 51+198+58=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 198 (77.73% from 255 or 64.50% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 198 - color contains mainly: green. Hex color #33C63A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C63A is #CC39C5. Grayscale: #8A8A8A. Windows color (decimal): -13384134 or 3851827. OLE color: 3851827.

HSL color Cylindrical-coordinate representation of color #33C63A: hue angle of 122.86º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C63A is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB5119858-
CMYK0.7400.710.22
HSL122.86º59.04%48.82%-
HSV(B)122.86º74.24%77.65%-
XYZ22.3241.410.82-
YUV138.0982.865.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.61%
GREEN value IS 198 (77.73% from 255) = 64.50%
BLUE value IS 58 (23.05% from 255) = 18.89%
R=16.61%
G=64.50%
B=18.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal51198580.7400.710.22122.8659.0448.82
Hex33C63A4A047167b3b31
Octal63306721120107261737361
Binary11001111000110111010100101001000111101101111011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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