Html Css Color HEX #41BF3A Lime Green

📋 copy color: '#41BF3A'

red 65 ◦ green 191 ◦ blue 58

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

Shades of Lime Green #41BF3A

Tints of Lime Green #41BF3A

RGB

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

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

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

R = 20.7%
G = 60.83%
B = 18.47%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#41BF3A (or 0x41BF3A) is known color: Lime Green. HEX triplet: 41, BF and 3A. RGB value is (65,191,58). Sum of RGB (Red+Green+Blue) = 65+191+58=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 191 (75% from 255 or 60.83% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BF3A is #BE40C5. Grayscale: #8A8A8A. Windows color (decimal): -12468422 or 3850049. OLE color: 3850049.

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

Color convert

RGB 65 191 58 -
CMYK 0.66 0 0.70 0.25
HSL 116.84º 0.53% 0.49% -
HSV(B) 116.84º 0.7% 0.75% -
XYZ 21.57 38.69 10.33 -
YUV 138.16 82.76 75.81 -
System Red Green Blue C M Y K H S L
Decimal 65 191 58 0.66 0 0.70 0.25 116.84 0.53 0.49
Hex 41 BF 3A 42 0 46 19 75 35 31
Octal 101 277 72 102 0 106 31 165 65 61
Binary 1000001 10111111 111010 1000010 0 1000110 11001 1110101 110101 110001

Color Harmonies of #41BF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BF3A

Black with #41BF3A

Text Example


Text Example

White with #41BF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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