#33C14D

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

Shades of Lime Green #33C14D

Tints of Lime Green #33C14D

Color information

#33C14D (or 0x33C14D) is unknown color: approx Lime Green. HEX triplet: 33, C1 and 4D. RGB value is (51,193,77). Sum of RGB (Red+Green+Blue) = 51+193+77=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 193 (75.78% from 255 or 60.12% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 193 - color contains mainly: green. Hex color #33C14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C14D is #CC3EB2. Grayscale: #898989. Windows color (decimal): -13385395 or 5095731. OLE color: 5095731.

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

Color convert

RGB5119377-
CMYK0.7400.600.24
HSL130.99º58.2%47.84%-
HSV(B)130.99º73.58%75.69%-
XYZ21.7739.3813.47-
YUV137.3293.9666.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.89%
GREEN value IS 193 (75.78% from 255) = 60.12%
BLUE value IS 77 (30.47% from 255) = 23.99%
R=15.89%
G=60.12%
B=23.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal51193770.7400.600.24130.9958.247.84
Hex33C14D4A03C18833a30
Octal63301115112074302037260
Binary110011110000011001101100101001111001100010000011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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