Html Css Color HEX #41C532 Lime Green

📋 copy color: '#41C532'

red 65 ◦ green 197 ◦ blue 50

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

Shades of Lime Green #41C532

Tints of Lime Green #41C532

RGB

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

 GREEN value IS 197 (77.34% from 255) = 63.14%

 BLUE value IS 50 (19.92% from 255) = 16.03%

R = 20.83%
G = 63.14%
B = 16.03%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#41C532 (or 0x41C532) is known color: Lime Green. HEX triplet: 41, C5 and 32. RGB value is (65,197,50). Sum of RGB (Red+Green+Blue) = 65+197+50=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 197 (77.34% from 255 or 63.14% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 197 - color contains mainly: green. Hex color #41C532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C532 is #BE3ACD. Grayscale: #8D8D8D. Windows color (decimal): -12466894 or 3327297. OLE color: 3327297.

HSL color Cylindrical-coordinate representation of color #41C532: hue angle of 113.88º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41C532 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 65 197 50 -
CMYK 0.67 0 0.75 0.23
HSL 113.88º 0.6% 0.48% -
HSV(B) 113.88º 0.75% 0.77% -
XYZ 22.72 41.29 9.79 -
YUV 140.77 76.77 73.95 -
System Red Green Blue C M Y K H S L
Decimal 65 197 50 0.67 0 0.75 0.23 113.88 0.6 0.48
Hex 41 C5 32 43 0 4B 17 72 3C 30
Octal 101 305 62 103 0 113 27 162 74 60
Binary 1000001 11000101 110010 1000011 0 1001011 10111 1110010 111100 110000

Color Harmonies of #41C532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C532

Black with #41C532

Text Example


Text Example

White with #41C532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,197,50); }

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

background-color css

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

 a { background-color: rgb(65,197,50); }

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

border-color css

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

 span { border-color: rgb(65,197,50); }

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