Html Css Color HEX #41BC32 Lime Green

📋 copy color: '#41BC32'

red 65 ◦ green 188 ◦ blue 50

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

Shades of Lime Green #41BC32

Tints of Lime Green #41BC32

RGB

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

 GREEN value IS 188 (73.83% from 255) = 62.05%

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

R = 21.45%
G = 62.05%
B = 16.5%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#41BC32 (or 0x41BC32) is known color: Lime Green. HEX triplet: 41, BC and 32. RGB value is (65,188,50). Sum of RGB (Red+Green+Blue) = 65+188+50=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 188 (73.83% from 255 or 62.05% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 188 - color contains mainly: green. Hex color #41BC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BC32 is #BE43CD. Grayscale: #878787. Windows color (decimal): -12469198 or 3324993. OLE color: 3324993.

HSL color Cylindrical-coordinate representation of color #41BC32: hue angle of 113.48º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41BC32 is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 188 50 -
CMYK 0.65 0 0.73 0.26
HSL 113.48º 0.58% 0.47% -
HSV(B) 113.48º 0.73% 0.74% -
XYZ 20.74 37.32 9.13 -
YUV 135.49 79.75 77.72 -
System Red Green Blue C M Y K H S L
Decimal 65 188 50 0.65 0 0.73 0.26 113.48 0.58 0.47
Hex 41 BC 32 41 0 49 1A 71 3A 2F
Octal 101 274 62 101 0 111 32 161 72 57
Binary 1000001 10111100 110010 1000001 0 1001001 11010 1110001 111010 101111

Color Harmonies of #41BC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BC32

Black with #41BC32

Text Example


Text Example

White with #41BC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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