Html Css Color HEX #41BF2A Lime Green

📋 copy color: '#41BF2A'

red 65 ◦ green 191 ◦ blue 42

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

Shades of Lime Green #41BF2A

Tints of Lime Green #41BF2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.09%

R = 21.81%
G = 64.09%
B = 14.09%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#41BF2A (or 0x41BF2A) is known color: Lime Green. HEX triplet: 41, BF and 2A. RGB value is (65,191,42). Sum of RGB (Red+Green+Blue) = 65+191+42=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 191 (75% from 255 or 64.09% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BF2A is #BE40D5. Grayscale: #888888. Windows color (decimal): -12468438 or 2801473. OLE color: 2801473.

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

Color convert

RGB 65 191 42 -
CMYK 0.66 0 0.78 0.25
HSL 110.74º 0.64% 0.46% -
HSV(B) 110.74º 0.78% 0.75% -
XYZ 21.23 38.55 8.51 -
YUV 136.34 74.76 77.12 -
System Red Green Blue C M Y K H S L
Decimal 65 191 42 0.66 0 0.78 0.25 110.74 0.64 0.46
Hex 41 BF 2A 42 0 4E 19 6F 40 2E
Octal 101 277 52 102 0 116 31 157 100 56
Binary 1000001 10111111 101010 1000010 0 1001110 11001 1101111 1000000 101110

Color Harmonies of #41BF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BF2A

Black with #41BF2A

Text Example


Text Example

White with #41BF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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