Html Css Color HEX #41BF44 Lime Green

📋 copy color: '#41BF44'

red 65 ◦ green 191 ◦ blue 68

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

Shades of Lime Green #41BF44

Tints of Lime Green #41BF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.99%

R = 20.06%
G = 58.95%
B = 20.99%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#41BF44 (or 0x41BF44) is known color: Lime Green. HEX triplet: 41, BF and 44. RGB value is (65,191,68). Sum of RGB (Red+Green+Blue) = 65+191+68=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 191 (75% from 255 or 58.95% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BF44 is #BE40BB. Grayscale: #8B8B8B. Windows color (decimal): -12468412 or 4505409. OLE color: 4505409.

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

Color convert

RGB 65 191 68 -
CMYK 0.66 0 0.64 0.25
HSL 121.43º 0.5% 0.5% -
HSV(B) 121.43º 0.66% 0.75% -
XYZ 21.85 38.8 11.81 -
YUV 139.3 87.76 75 -
System Red Green Blue C M Y K H S L
Decimal 65 191 68 0.66 0 0.64 0.25 121.43 0.5 0.5
Hex 41 BF 44 42 0 40 19 79 32 32
Octal 101 277 104 102 0 100 31 171 62 62
Binary 1000001 10111111 1000100 1000010 0 1000000 11001 1111001 110010 110010

Color Harmonies of #41BF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BF44

Black with #41BF44

Text Example


Text Example

White with #41BF44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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