Html Css Color HEX #41CA26 Lime Green

📋 copy color: '#41CA26'

red 65 ◦ green 202 ◦ blue 38

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

Shades of Lime Green #41CA26

Tints of Lime Green #41CA26

RGB

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

 GREEN value IS 202 (79.3% from 255) = 66.23%

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

R = 21.31%
G = 66.23%
B = 12.46%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#41CA26 (or 0x41CA26) is known color: Lime Green. HEX triplet: 41, CA and 26. RGB value is (65,202,38). Sum of RGB (Red+Green+Blue) = 65+202+38=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 202 (79.30% from 255 or 66.23% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 202 - color contains mainly: green. Hex color #41CA26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CA26 is #BE35D9. Grayscale: #8E8E8E. Windows color (decimal): -12465626 or 2542145. OLE color: 2542145.

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

Color convert

RGB 65 202 38 -
CMYK 0.68 0 0.81 0.21
HSL 110.12º 0.68% 0.47% -
HSV(B) 110.12º 0.81% 0.79% -
XYZ 23.65 43.5 8.98 -
YUV 142.34 69.11 72.84 -
System Red Green Blue C M Y K H S L
Decimal 65 202 38 0.68 0 0.81 0.21 110.12 0.68 0.47
Hex 41 CA 26 44 0 51 15 6E 44 2F
Octal 101 312 46 104 0 121 25 156 104 57
Binary 1000001 11001010 100110 1000100 0 1010001 10101 1101110 1000100 101111

Color Harmonies of #41CA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CA26

Black with #41CA26

Text Example


Text Example

White with #41CA26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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