#41CB42

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

Shades of Lime Green #41CB42

Tints of Lime Green #41CB42

Color information

#41CB42 (or 0x41CB42) is unknown color: approx Lime Green. HEX triplet: 41, CB and 42. RGB value is (65,203,66). Sum of RGB (Red+Green+Blue) = 65+203+66=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 203 (79.69% from 255 or 60.78% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 203 - color contains mainly: green. Hex color #41CB42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CB42 is #BE34BD. Grayscale: #929292. Windows color (decimal): -12465342 or 4377409. OLE color: 4377409.

HSL color Cylindrical-coordinate representation of color #41CB42: hue angle of 120.43º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CB42 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB6520366-
CMYK0.6800.670.20
HSL120.43º57.02%52.55%-
HSV(B)120.43º67.98%79.61%-
XYZ24.5244.2312.4-
YUV146.1282.7870.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.46%
GREEN value IS 203 (79.69% from 255) = 60.78%
BLUE value IS 66 (26.17% from 255) = 19.76%
R=19.46%
G=60.78%
B=19.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal65203660.6800.670.20120.4357.0252.55
Hex41CB424404314783935
Octal1013131021040103241707165
Binary1000001110010111000010100010001000011101001111000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,203,66); }

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

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

 a { background-color: rgb(65,203,66); }

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

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

 span { border-color: rgb(65,203,66); }

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