#41ca34

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

Shades of Lime Green #41CA34

Tints of Lime Green #41CA34

Color information

#41CA34 (or 0x41CA34) is unknown color: approx Lime Green. HEX triplet: 41, CA and 34. RGB value is (65,202,52). Sum of RGB (Red+Green+Blue) = 65+202+52=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 202 (79.30% from 255 or 63.32% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 202 - color contains mainly: green. Hex color #41CA34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CA34 is #BE35CB. Grayscale: #909090. Windows color (decimal): -12465612 or 3459649. OLE color: 3459649.

HSL color Cylindrical-coordinate representation of color #41CA34: hue angle of 114.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41CA34 is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB6520252-
CMYK0.6800.740.21
HSL114.8º59.06%49.8%-
HSV(B)114.8º74.26%79.22%-
XYZ23.9243.6110.41-
YUV143.9476.1171.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.38%
GREEN value IS 202 (79.30% from 255) = 63.32%
BLUE value IS 52 (20.70% from 255) = 16.30%
R=20.38%
G=63.32%
B=16.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal65202520.6800.740.21114.859.0649.8
Hex41CA344404A15733b32
Octal101312641040112251637362
Binary100000111001010110100100010001001010101011110011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41ca34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,202,52); }

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

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

 a { background-color: rgb(65,202,52); }

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

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

 span { border-color: rgb(65,202,52); }

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