Html Css Color HEX #41BE47 Lime Green

📋 copy color: '#41BE47'

red 65 ◦ green 190 ◦ blue 71

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

Shades of Lime Green #41BE47

Tints of Lime Green #41BE47

RGB

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

 GREEN value IS 190 (74.61% from 255) = 58.28%

 BLUE value IS 71 (28.13% from 255) = 21.78%

R = 19.94%
G = 58.28%
B = 21.78%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#41BE47 (or 0x41BE47) is known color: Lime Green. HEX triplet: 41, BE and 47. RGB value is (65,190,71). Sum of RGB (Red+Green+Blue) = 65+190+71=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 190 (74.61% from 255 or 58.28% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 190 - color contains mainly: green. Hex color #41BE47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BE47 is #BE41B8. Grayscale: #8B8B8B. Windows color (decimal): -12468665 or 4701761. OLE color: 4701761.

HSL color Cylindrical-coordinate representation of color #41BE47: hue angle of 122.88º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41BE47 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 190 71 -
CMYK 0.66 0 0.63 0.25
HSL 122.88º 0.49% 0.5% -
HSV(B) 122.88º 0.66% 0.75% -
XYZ 21.73 38.41 12.23 -
YUV 139.06 89.59 75.18 -
System Red Green Blue C M Y K H S L
Decimal 65 190 71 0.66 0 0.63 0.25 122.88 0.49 0.5
Hex 41 BE 47 42 0 3F 19 7B 31 32
Octal 101 276 107 102 0 77 31 173 61 62
Binary 1000001 10111110 1000111 1000010 0 111111 11001 1111011 110001 110010

Color Harmonies of #41BE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BE47

Black with #41BE47

Text Example


Text Example

White with #41BE47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,190,71); }

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

background-color css

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

 a { background-color: rgb(65,190,71); }

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

border-color css

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

 span { border-color: rgb(65,190,71); }

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