#41EE4B

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

Shades of Lime Green #41EE4B

Tints of Lime Green #41EE4B

Color information

#41EE4B (or 0x41EE4B) is unknown color: approx Lime Green. HEX triplet: 41, EE and 4B. RGB value is (65,238,75). Sum of RGB (Red+Green+Blue) = 65+238+75=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 238 (93.36% from 255 or 62.96% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 238 - color contains mainly: green. Hex color #41EE4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41EE4B is #BE11B4. Grayscale: #A8A8A8. Windows color (decimal): -12456373 or 4976193. OLE color: 4976193.

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

Color convert

RGB6523875-
CMYK0.7300.680.07
HSL123.47º83.57%59.41%-
HSV(B)123.47º72.69%93.33%-
XYZ34.0262.7816.98-
YUV167.6975.6954.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.20%
GREEN value IS 238 (93.36% from 255) = 62.96%
BLUE value IS 75 (29.69% from 255) = 19.84%
R=17.20%
G=62.96%
B=19.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal65238750.7300.680.07123.4783.5759.41
Hex41EE4B4904477b543b
Octal1013561131110104717312473
Binary100000111101110100101110010010100010011111110111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41EE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,238,75); }

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

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

 a { background-color: rgb(65,238,75); }

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

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

 span { border-color: rgb(65,238,75); }

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