#33F14E

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

Shades of Lime Green #33F14E

Tints of Lime Green #33F14E

Color information

#33F14E (or 0x33F14E) is unknown color: approx Lime Green. HEX triplet: 33, F1 and 4E. RGB value is (51,241,78). Sum of RGB (Red+Green+Blue) = 51+241+78=370 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.78% from 370); Green value is 241 (94.53% from 255 or 65.14% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 241 - color contains mainly: green. Hex color #33F14E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33F14E is #CC0EB1. Grayscale: #A6A6A6. Windows color (decimal): -13373106 or 5173555. OLE color: 5173555.

HSL color Cylindrical-coordinate representation of color #33F14E: hue angle of 128.53º 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 #33F14E is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB5124178-
CMYK0.7900.680.05
HSL128.53º87.16%57.25%-
HSV(B)128.53º78.84%94.51%-
XYZ34.264.1617.79-
YUV165.6178.5546.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.78%
GREEN value IS 241 (94.53% from 255) = 65.14%
BLUE value IS 78 (30.86% from 255) = 21.08%
R=13.78%
G=65.14%
B=21.08%

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
Decimal51241780.7900.680.05128.5387.1657.25
Hex33F14E4F0445815739
Octal633611161170104520112771
Binary110011111100011001110100111101000100101100000011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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