#33C14E

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

Shades of Lime Green #33C14E

Tints of Lime Green #33C14E

Color information

#33C14E (or 0x33C14E) is unknown color: approx Lime Green. HEX triplet: 33, C1 and 4E. RGB value is (51,193,78). Sum of RGB (Red+Green+Blue) = 51+193+78=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 193 (75.78% from 255 or 59.94% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 193 - color contains mainly: green. Hex color #33C14E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C14E is #CC3EB1. Grayscale: #898989. Windows color (decimal): -13385394 or 5161267. OLE color: 5161267.

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

Color convert

RGB5119378-
CMYK0.7400.600.24
HSL131.41º58.2%47.84%-
HSV(B)131.41º73.58%75.69%-
XYZ21.8139.3913.66-
YUV137.4394.4666.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.84%
GREEN value IS 193 (75.78% from 255) = 59.94%
BLUE value IS 78 (30.86% from 255) = 24.22%
R=15.84%
G=59.94%
B=24.22%

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
Decimal51193780.7400.600.24131.4158.247.84
Hex33C14E4A03C18833a30
Octal63301116112074302037260
Binary110011110000011001110100101001111001100010000011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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