#33C14C

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

Shades of Lime Green #33C14C

Tints of Lime Green #33C14C

Color information

#33C14C (or 0x33C14C) is unknown color: approx Lime Green. HEX triplet: 33, C1 and 4C. RGB value is (51,193,76). Sum of RGB (Red+Green+Blue) = 51+193+76=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 193 (75.78% from 255 or 60.31% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 193 - color contains mainly: green. Hex color #33C14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C14C is #CC3EB3. Grayscale: #898989. Windows color (decimal): -13385396 or 5030195. OLE color: 5030195.

HSL color Cylindrical-coordinate representation of color #33C14C: hue angle of 130.56º 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 #33C14C is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB5119376-
CMYK0.7400.610.24
HSL130.56º58.2%47.84%-
HSV(B)130.56º73.58%75.69%-
XYZ21.7439.3713.29-
YUV137.293.4666.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.94%
GREEN value IS 193 (75.78% from 255) = 60.31%
BLUE value IS 76 (30.08% from 255) = 23.75%
R=15.94%
G=60.31%
B=23.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal51193760.7400.610.24130.5658.247.84
Hex33C14C4A03D18833a30
Octal63301114112075302037260
Binary110011110000011001100100101001111011100010000011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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