#41BC32

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

Shades of Lime Green #41BC32

Tints of Lime Green #41BC32

Color information

#41BC32 (or 0x41BC32) is unknown color: approx Lime Green. HEX triplet: 41, BC and 32. RGB value is (65,188,50). Sum of RGB (Red+Green+Blue) = 65+188+50=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 188 (73.83% from 255 or 62.05% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 188 - color contains mainly: green. Hex color #41BC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BC32 is #BE43CD. Grayscale: #878787. Windows color (decimal): -12469198 or 3324993. OLE color: 3324993.

HSL color Cylindrical-coordinate representation of color #41BC32: hue angle of 113.48º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41BC32 is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB6518850-
CMYK0.6500.730.26
HSL113.48º57.98%46.67%-
HSV(B)113.48º73.4%73.73%-
XYZ20.7437.329.13-
YUV135.4979.7577.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.45%
GREEN value IS 188 (73.83% from 255) = 62.05%
BLUE value IS 50 (19.92% from 255) = 16.50%
R=21.45%
G=62.05%
B=16.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal65188500.6500.730.26113.4857.9846.67
Hex41BC32410491A713a2f
Octal101274621010111321617257
Binary100000110111100110010100000101001001110101110001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,188,50); }

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

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

 a { background-color: rgb(65,188,50); }

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

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

 span { border-color: rgb(65,188,50); }

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