#33F13A

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

Shades of Lime Green #33F13A

Tints of Lime Green #33F13A

Color information

#33F13A (or 0x33F13A) is unknown color: approx Lime Green. HEX triplet: 33, F1 and 3A. RGB value is (51,241,58). Sum of RGB (Red+Green+Blue) = 51+241+58=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 241 (94.53% from 255 or 68.86% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 241 - color contains mainly: green. Hex color #33F13A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F13A is #CC0EC5. Grayscale: #A3A3A3. Windows color (decimal): -13373126 or 3862835. OLE color: 3862835.

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

Color convert

RGB5124158-
CMYK0.7900.760.05
HSL122.21º87.16%57.25%-
HSV(B)122.21º78.84%94.51%-
XYZ33.5863.9214.57-
YUV163.3368.5547.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.57%
GREEN value IS 241 (94.53% from 255) = 68.86%
BLUE value IS 58 (23.05% from 255) = 16.57%
R=14.57%
G=68.86%
B=16.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal51241580.7900.760.05122.2187.1657.25
Hex33F13A4F04C57a5739
Octal63361721170114517212771
Binary1100111111000111101010011110100110010111110101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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