#41D92C

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

Shades of Lime Green #41D92C

Tints of Lime Green #41D92C

Color information

#41D92C (or 0x41D92C) is unknown color: approx Lime Green. HEX triplet: 41, D9 and 2C. RGB value is (65,217,44). Sum of RGB (Red+Green+Blue) = 65+217+44=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 217 (85.16% from 255 or 66.56% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 217 - color contains mainly: green. Hex color #41D92C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D92C is #BE26D3. Grayscale: #989898. Windows color (decimal): -12461780 or 2939201. OLE color: 2939201.

HSL color Cylindrical-coordinate representation of color #41D92C: hue angle of 112.72º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41D92C is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB6521744-
CMYK0.7000.800.15
HSL112.72º69.48%51.18%-
HSV(B)112.72º79.72%85.1%-
XYZ27.4550.9310.77-
YUV151.8367.1466.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.94%
GREEN value IS 217 (85.16% from 255) = 66.56%
BLUE value IS 44 (17.58% from 255) = 13.50%
R=19.94%
G=66.56%
B=13.50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal65217440.7000.800.15112.7269.4851.18
Hex41D92C46050F714533
Octal1013315410601201716110563
Binary100000111011001101100100011001010000111111100011000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D92C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,217,44); }

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

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

 a { background-color: rgb(65,217,44); }

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

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

 span { border-color: rgb(65,217,44); }

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