#41C630

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

Shades of Lime Green #41C630

Tints of Lime Green #41C630

Color information

#41C630 (or 0x41C630) is unknown color: approx Lime Green. HEX triplet: 41, C6 and 30. RGB value is (65,198,48). Sum of RGB (Red+Green+Blue) = 65+198+48=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 198 (77.73% from 255 or 63.67% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 198 - color contains mainly: green. Hex color #41C630 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C630 is #BE39CF. Grayscale: #8D8D8D. Windows color (decimal): -12466640 or 3196481. OLE color: 3196481.

HSL color Cylindrical-coordinate representation of color #41C630: hue angle of 113.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #41C630 is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB6519848-
CMYK0.6700.760.22
HSL113.2º60.98%48.24%-
HSV(B)113.2º75.76%77.65%-
XYZ22.9141.739.64-
YUV141.1375.4473.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.90%
GREEN value IS 198 (77.73% from 255) = 63.67%
BLUE value IS 48 (19.14% from 255) = 15.43%
R=20.90%
G=63.67%
B=15.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal65198480.6700.760.22113.260.9848.24
Hex41C6304304C16713d30
Octal101306601030114261617560
Binary100000111000110110000100001101001100101101110001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41C630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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