#41BD33

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

Shades of Lime Green #41BD33

Tints of Lime Green #41BD33

Color information

#41BD33 (or 0x41BD33) is unknown color: approx Lime Green. HEX triplet: 41, BD and 33. RGB value is (65,189,51). Sum of RGB (Red+Green+Blue) = 65+189+51=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 189 (74.22% from 255 or 61.97% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 189 - color contains mainly: green. Hex color #41BD33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BD33 is #BE42CC. Grayscale: #888888. Windows color (decimal): -12468941 or 3390785. OLE color: 3390785.

HSL color Cylindrical-coordinate representation of color #41BD33: hue angle of 113.91º degrees, saturation: 0.57, 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 #41BD33 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB6518951-
CMYK0.6600.730.26
HSL113.91º57.5%47.06%-
HSV(B)113.91º73.02%74.12%-
XYZ20.9837.769.31-
YUV136.1979.9277.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.31%
GREEN value IS 189 (74.22% from 255) = 61.97%
BLUE value IS 51 (20.31% from 255) = 16.72%
R=21.31%
G=61.97%
B=16.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal65189510.6600.730.26113.9157.547.06
Hex41BD33420491A723a2f
Octal101275631020111321627257
Binary100000110111101110011100001001001001110101110010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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