#33F14C

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

Shades of Lime Green #33F14C

Tints of Lime Green #33F14C

Color information

#33F14C (or 0x33F14C) is unknown color: approx Lime Green. HEX triplet: 33, F1 and 4C. RGB value is (51,241,76). Sum of RGB (Red+Green+Blue) = 51+241+76=368 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.86% from 368); Green value is 241 (94.53% from 255 or 65.49% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 241 - color contains mainly: green. Hex color #33F14C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F14C is #CC0EB3. Grayscale: #A5A5A5. Windows color (decimal): -13373108 or 5042483. OLE color: 5042483.

HSL color Cylindrical-coordinate representation of color #33F14C: hue angle of 127.89º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F14C is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB5124176-
CMYK0.7900.680.05
HSL127.89º87.16%57.25%-
HSV(B)127.89º78.84%94.51%-
XYZ34.1364.1417.42-
YUV165.3877.5546.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.86%
GREEN value IS 241 (94.53% from 255) = 65.49%
BLUE value IS 76 (30.08% from 255) = 20.65%
R=13.86%
G=65.49%
B=20.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal51241760.7900.680.05127.8987.1657.25
Hex33F14C4F0445805739
Octal633611141170104520012771
Binary110011111100011001100100111101000100101100000001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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