Html Css Color HEX #41C826 Lime Green

📋 copy color: '#41C826'

red 65 ◦ green 200 ◦ blue 38

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

Shades of Lime Green #41C826

Tints of Lime Green #41C826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.54%

R = 21.45%
G = 66.01%
B = 12.54%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#41C826 (or 0x41C826) is known color: Lime Green. HEX triplet: 41, C8 and 26. RGB value is (65,200,38). Sum of RGB (Red+Green+Blue) = 65+200+38=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 200 (78.52% from 255 or 66.01% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 200 - color contains mainly: green. Hex color #41C826 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C826 is #BE37D9. Grayscale: #8D8D8D. Windows color (decimal): -12466138 or 2541633. OLE color: 2541633.

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

Color convert

RGB 65 200 38 -
CMYK 0.68 0 0.81 0.22
HSL 110º 0.68% 0.47% -
HSV(B) 110º 0.81% 0.78% -
XYZ 23.18 42.57 8.83 -
YUV 141.17 69.77 73.67 -
System Red Green Blue C M Y K H S L
Decimal 65 200 38 0.68 0 0.81 0.22 110 0.68 0.47
Hex 41 C8 26 44 0 51 16 6E 44 2F
Octal 101 310 46 104 0 121 26 156 104 57
Binary 1000001 11001000 100110 1000100 0 1010001 10110 1101110 1000100 101111

Color Harmonies of #41C826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C826

Black with #41C826

Text Example


Text Example

White with #41C826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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