#41F233

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

Shades of Lime Green #41F233

Tints of Lime Green #41F233

Color information

#41F233 (or 0x41F233) is unknown color: approx Lime Green. HEX triplet: 41, F2 and 33. RGB value is (65,242,51). Sum of RGB (Red+Green+Blue) = 65+242+51=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 242 (94.92% from 255 or 67.60% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 242 - color contains mainly: green. Hex color #41F233 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F233 is #BE0DCC. Grayscale: #A7A7A7. Windows color (decimal): -12455373 or 3404353. OLE color: 3404353.

HSL color Cylindrical-coordinate representation of color #41F233: hue angle of 115.6º degrees, saturation: 0.88, 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 #41F233 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB6524251-
CMYK0.7300.790.05
HSL115.6º88.02%57.45%-
HSV(B)115.6º78.93%94.9%-
XYZ34.5364.8713.83-
YUV167.362.3655.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.16%
GREEN value IS 242 (94.92% from 255) = 67.60%
BLUE value IS 51 (20.31% from 255) = 14.25%
R=18.16%
G=67.60%
B=14.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal65242510.7300.790.05115.688.0257.45
Hex41F2334904F5745839
Octal101362631110117516413071
Binary10000011111001011001110010010100111110111101001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41F233; }

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

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

<style>
 a { background-color: #41F233; }

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

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

<style>
 span { border-color: #41F233; }

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

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