Html Css Color HEX #41C432 Lime Green

📋 copy color: '#41C432'

red 65 ◦ green 196 ◦ blue 50

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

Shades of Lime Green #41C432

Tints of Lime Green #41C432

RGB

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

 GREEN value IS 196 (76.95% from 255) = 63.02%

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

R = 20.9%
G = 63.02%
B = 16.08%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#41C432 (or 0x41C432) is known color: Lime Green. HEX triplet: 41, C4 and 32. RGB value is (65,196,50). Sum of RGB (Red+Green+Blue) = 65+196+50=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 196 (76.95% from 255 or 63.02% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 196 - color contains mainly: green. Hex color #41C432 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C432 is #BE3BCD. Grayscale: #8C8C8C. Windows color (decimal): -12467150 or 3327041. OLE color: 3327041.

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

Color convert

RGB 65 196 50 -
CMYK 0.67 0 0.74 0.23
HSL 113.84º 0.59% 0.48% -
HSV(B) 113.84º 0.74% 0.77% -
XYZ 22.5 40.83 9.71 -
YUV 140.19 77.1 74.37 -
System Red Green Blue C M Y K H S L
Decimal 65 196 50 0.67 0 0.74 0.23 113.84 0.59 0.48
Hex 41 C4 32 43 0 4A 17 72 3B 30
Octal 101 304 62 103 0 112 27 162 73 60
Binary 1000001 11000100 110010 1000011 0 1001010 10111 1110010 111011 110000

Color Harmonies of #41C432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C432

Black with #41C432

Text Example


Text Example

White with #41C432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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