Html Css Color HEX #41BF48 Lime Green

📋 copy color: '#41BF48'

red 65 ◦ green 191 ◦ blue 72

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

Shades of Lime Green #41BF48

Tints of Lime Green #41BF48

RGB

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

 GREEN value IS 191 (75% from 255) = 58.23%

 BLUE value IS 72 (28.52% from 255) = 21.95%

R = 19.82%
G = 58.23%
B = 21.95%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#41BF48 (or 0x41BF48) is known color: Lime Green. HEX triplet: 41, BF and 48. RGB value is (65,191,72). Sum of RGB (Red+Green+Blue) = 65+191+72=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 191 (75% from 255 or 58.23% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BF48 is #BE40B7. Grayscale: #8C8C8C. Windows color (decimal): -12468408 or 4767553. OLE color: 4767553.

HSL color Cylindrical-coordinate representation of color #41BF48: hue angle of 123.33º degrees, saturation: 0.5, 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 #41BF48 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 191 72 -
CMYK 0.66 0 0.62 0.25
HSL 123.33º 0.5% 0.5% -
HSV(B) 123.33º 0.66% 0.75% -
XYZ 21.98 38.85 12.47 -
YUV 139.76 89.76 74.68 -
System Red Green Blue C M Y K H S L
Decimal 65 191 72 0.66 0 0.62 0.25 123.33 0.5 0.5
Hex 41 BF 48 42 0 3E 19 7B 32 32
Octal 101 277 110 102 0 76 31 173 62 62
Binary 1000001 10111111 1001000 1000010 0 111110 11001 1111011 110010 110010

Color Harmonies of #41BF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BF48

Black with #41BF48

Text Example


Text Example

White with #41BF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,191,72); }

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

background-color css

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

 a { background-color: rgb(65,191,72); }

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

border-color css

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

 span { border-color: rgb(65,191,72); }

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