#33ED41

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

Shades of Lime Green #33ED41

Tints of Lime Green #33ED41

Color information

#33ED41 (or 0x33ED41) is unknown color: approx Lime Green. HEX triplet: 33, ED and 41. RGB value is (51,237,65). Sum of RGB (Red+Green+Blue) = 51+237+65=353 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.45% from 353); Green value is 237 (92.97% from 255 or 67.14% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 237 - color contains mainly: green. Hex color #33ED41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33ED41 is #CC12BE. Grayscale: #A2A2A2. Windows color (decimal): -13374143 or 4320563. OLE color: 4320563.

HSL color Cylindrical-coordinate representation of color #33ED41: hue angle of 124.52º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33ED41 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB5123765-
CMYK0.7800.730.07
HSL124.52º83.78%56.47%-
HSV(B)124.52º78.48%92.94%-
XYZ32.661.6515.18-
YUV161.7873.3848.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.45%
GREEN value IS 237 (92.97% from 255) = 67.14%
BLUE value IS 65 (25.78% from 255) = 18.41%
R=14.45%
G=67.14%
B=18.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal51237650.7800.730.07124.5283.7856.47
Hex33ED414E04977d5438
Octal633551011160111717512470
Binary11001111101101100000110011100100100111111111011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33ED41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,237,65); }

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

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

 a { background-color: rgb(51,237,65); }

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

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

 span { border-color: rgb(51,237,65); }

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