Html Css Color HEX #41C246 Lime Green

📋 copy color: '#41C246'

red 65 ◦ green 194 ◦ blue 70

#41C246
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #41C246

Tints of Lime Green #41C246

RGB

 RED value IS 65 (25.78% from 255) = 19.76%

 GREEN value IS 194 (76.17% from 255) = 58.97%

 BLUE value IS 70 (27.73% from 255) = 21.28%

R = 19.76%
G = 58.97%
B = 21.28%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#41C246 (or 0x41C246) is known color: Lime Green. HEX triplet: 41, C2 and 46. RGB value is (65,194,70). Sum of RGB (Red+Green+Blue) = 65+194+70=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 194 (76.17% from 255 or 58.97% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 194 - color contains mainly: green. Hex color #41C246 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C246 is #BE3DB9. Grayscale: #8D8D8D. Windows color (decimal): -12467642 or 4637249. OLE color: 4637249.

HSL color Cylindrical-coordinate representation of color #41C246: hue angle of 122.33º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C246 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 65 194 70 -
CMYK 0.66 0 0.64 0.24
HSL 122.33º 0.51% 0.51% -
HSV(B) 122.33º 0.66% 0.76% -
XYZ 22.58 40.15 12.35 -
YUV 141.29 87.76 73.58 -
System Red Green Blue C M Y K H S L
Decimal 65 194 70 0.66 0 0.64 0.24 122.33 0.51 0.51
Hex 41 C2 46 42 0 40 18 7A 33 33
Octal 101 302 106 102 0 100 30 172 63 63
Binary 1000001 11000010 1000110 1000010 0 1000000 11000 1111010 110011 110011

Color Harmonies of #41C246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C246

Black with #41C246

Text Example


Text Example

White with #41C246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,194,70); }

 H1.HeaderClassName
 {
   color: #41C246;
 }
 .AnyTagClassName
 {
   color: #41C246;
 }
</style>

background-color css

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

 a { background-color: rgb(65,194,70); }

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

border-color css

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

 span { border-color: rgb(65,194,70); }

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