#33C144

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

Shades of Lime Green #33C144

Tints of Lime Green #33C144

Color information

#33C144 (or 0x33C144) is unknown color: approx Lime Green. HEX triplet: 33, C1 and 44. RGB value is (51,193,68). Sum of RGB (Red+Green+Blue) = 51+193+68=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 193 (75.78% from 255 or 61.86% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 193 - color contains mainly: green. Hex color #33C144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C144 is #CC3EBB. Grayscale: #888888. Windows color (decimal): -13385404 or 4505907. OLE color: 4505907.

HSL color Cylindrical-coordinate representation of color #33C144: hue angle of 127.18º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C144 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB5119368-
CMYK0.7400.650.24
HSL127.18º58.2%47.84%-
HSV(B)127.18º73.58%75.69%-
XYZ21.4839.2611.91-
YUV136.2989.4667.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.35%
GREEN value IS 193 (75.78% from 255) = 61.86%
BLUE value IS 68 (26.95% from 255) = 21.79%
R=16.35%
G=61.86%
B=21.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal51193680.7400.650.24127.1858.247.84
Hex33C1444A041187f3a30
Octal633011041120101301777260
Binary110011110000011000100100101001000001110001111111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,193,68); }

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

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

 a { background-color: rgb(51,193,68); }

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

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

 span { border-color: rgb(51,193,68); }

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