Html Css Color HEX #41BC3A Lime Green

📋 copy color: '#41BC3A'

red 65 ◦ green 188 ◦ blue 58

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

Shades of Lime Green #41BC3A

Tints of Lime Green #41BC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.65%

R = 20.9%
G = 60.45%
B = 18.65%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#41BC3A (or 0x41BC3A) is known color: Lime Green. HEX triplet: 41, BC and 3A. RGB value is (65,188,58). Sum of RGB (Red+Green+Blue) = 65+188+58=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 188 (73.83% from 255 or 60.45% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 188 - color contains mainly: green. Hex color #41BC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BC3A is #BE43C5. Grayscale: #888888. Windows color (decimal): -12469190 or 3849281. OLE color: 3849281.

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

Color convert

RGB 65 188 58 -
CMYK 0.65 0 0.69 0.26
HSL 116.77º 0.53% 0.48% -
HSV(B) 116.77º 0.69% 0.74% -
XYZ 20.93 37.4 10.12 -
YUV 136.4 83.75 77.07 -
System Red Green Blue C M Y K H S L
Decimal 65 188 58 0.65 0 0.69 0.26 116.77 0.53 0.48
Hex 41 BC 3A 41 0 45 1A 75 35 30
Octal 101 274 72 101 0 105 32 165 65 60
Binary 1000001 10111100 111010 1000001 0 1000101 11010 1110101 110101 110000

Color Harmonies of #41BC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BC3A

Black with #41BC3A

Text Example


Text Example

White with #41BC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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