#41B330

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

Shades of Lime Green #41B330

Tints of Lime Green #41B330

Color information

#41B330 (or 0x41B330) is unknown color: approx Lime Green. HEX triplet: 41, B3 and 30. RGB value is (65,179,48). Sum of RGB (Red+Green+Blue) = 65+179+48=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 179 (70.31% from 255 or 61.30% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 179 - color contains mainly: green. Hex color #41B330 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B330 is #BE4CCF. Grayscale: #828282. Windows color (decimal): -12471504 or 3191617. OLE color: 3191617.

HSL color Cylindrical-coordinate representation of color #41B330: hue angle of 112.21º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41B330 is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB6517948-
CMYK0.6400.730.30
HSL112.21º57.71%44.51%-
HSV(B)112.21º73.18%70.2%-
XYZ18.8333.588.28-
YUV129.9881.7381.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.26%
GREEN value IS 179 (70.31% from 255) = 61.30%
BLUE value IS 48 (19.14% from 255) = 16.44%
R=22.26%
G=61.30%
B=16.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal65179480.6400.730.30112.2157.7144.51
Hex41B330400491E703a2d
Octal101263601000111361607255
Binary100000110110011110000100000001001001111101110000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,179,48); }

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

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

 a { background-color: rgb(65,179,48); }

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

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

 span { border-color: rgb(65,179,48); }

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