Html Css Color HEX #41BF2C Lime Green

📋 copy color: '#41BF2C'

red 65 ◦ green 191 ◦ blue 44

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

Shades of Lime Green #41BF2C

Tints of Lime Green #41BF2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.67%

R = 21.67%
G = 63.67%
B = 14.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#41BF2C (or 0x41BF2C) is known color: Lime Green. HEX triplet: 41, BF and 2C. RGB value is (65,191,44). Sum of RGB (Red+Green+Blue) = 65+191+44=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 191 (75% from 255 or 63.67% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BF2C is #BE40D3. Grayscale: #898989. Windows color (decimal): -12468436 or 2932545. OLE color: 2932545.

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

Color convert

RGB 65 191 44 -
CMYK 0.66 0 0.77 0.25
HSL 111.43º 0.63% 0.46% -
HSV(B) 111.43º 0.77% 0.75% -
XYZ 21.27 38.57 8.71 -
YUV 136.57 75.76 76.95 -
System Red Green Blue C M Y K H S L
Decimal 65 191 44 0.66 0 0.77 0.25 111.43 0.63 0.46
Hex 41 BF 2C 42 0 4D 19 6F 3F 2E
Octal 101 277 54 102 0 115 31 157 77 56
Binary 1000001 10111111 101100 1000010 0 1001101 11001 1101111 111111 101110

Color Harmonies of #41BF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BF2C

Black with #41BF2C

Text Example


Text Example

White with #41BF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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