Html Css Color HEX #41C82A Lime Green

📋 copy color: '#41C82A'

red 65 ◦ green 200 ◦ blue 42

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

Shades of Lime Green #41C82A

Tints of Lime Green #41C82A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 65.15%

 BLUE value IS 42 (16.8% from 255) = 13.68%

R = 21.17%
G = 65.15%
B = 13.68%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#41C82A (or 0x41C82A) is known color: Lime Green. HEX triplet: 41, C8 and 2A. RGB value is (65,200,42). Sum of RGB (Red+Green+Blue) = 65+200+42=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 200 (78.52% from 255 or 65.15% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 200 - color contains mainly: green. Hex color #41C82A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C82A is #BE37D5. Grayscale: #8E8E8E. Windows color (decimal): -12466134 or 2803777. OLE color: 2803777.

HSL color Cylindrical-coordinate representation of color #41C82A: hue angle of 111.27º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #41C82A is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 65 200 42 -
CMYK 0.68 0 0.79 0.22
HSL 111.27º 0.65% 0.47% -
HSV(B) 111.27º 0.79% 0.78% -
XYZ 23.25 42.6 9.19 -
YUV 141.62 71.77 73.35 -
System Red Green Blue C M Y K H S L
Decimal 65 200 42 0.68 0 0.79 0.22 111.27 0.65 0.47
Hex 41 C8 2A 44 0 4F 16 6F 41 2F
Octal 101 310 52 104 0 117 26 157 101 57
Binary 1000001 11001000 101010 1000100 0 1001111 10110 1101111 1000001 101111

Color Harmonies of #41C82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C82A

Black with #41C82A

Text Example


Text Example

White with #41C82A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,200,42); }

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

background-color css

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

 a { background-color: rgb(65,200,42); }

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

border-color css

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

 span { border-color: rgb(65,200,42); }

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