#33FE4B

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

Shades of Lime Green #33FE4B

Tints of Lime Green #33FE4B

Color information

#33FE4B (or 0x33FE4B) is unknown color: approx Lime Green. HEX triplet: 33, FE and 4B. RGB value is (51,254,75). Sum of RGB (Red+Green+Blue) = 51+254+75=380 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.42% from 380); Green value is 254 (99.61% from 255 or 66.84% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 254 - color contains mainly: green. Hex color #33FE4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FE4B is #CC01B4. Grayscale: #ADADAD. Windows color (decimal): -13369781 or 4980275. OLE color: 4980275.

HSL color Cylindrical-coordinate representation of color #33FE4B: hue angle of 127.09º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FE4B is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB5125475-
CMYK0.8000.700.00
HSL127.09º99.02%59.8%-
HSV(B)127.09º79.92%99.61%-
XYZ38.0872.118.57-
YUV172.972.7541.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.42%
GREEN value IS 254 (99.61% from 255) = 66.84%
BLUE value IS 75 (29.69% from 255) = 19.74%
R=13.42%
G=66.84%
B=19.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal51254750.8000.700.00127.0999.0259.8
Hex33FE4B5004607f633c
Octal633761131200106017714374
Binary110011111111101001011101000001000110011111111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,254,75); }

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

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

 a { background-color: rgb(51,254,75); }

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

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

 span { border-color: rgb(51,254,75); }

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