Html Css Color HEX #41BF3D Lime Green

📋 copy color: '#41BF3D'

red 65 ◦ green 191 ◦ blue 61

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

Shades of Lime Green #41BF3D

Tints of Lime Green #41BF3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.24%

R = 20.5%
G = 60.25%
B = 19.24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#41BF3D (or 0x41BF3D) is known color: Lime Green. HEX triplet: 41, BF and 3D. RGB value is (65,191,61). Sum of RGB (Red+Green+Blue) = 65+191+61=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 191 (75% from 255 or 60.25% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BF3D is #BE40C2. Grayscale: #8A8A8A. Windows color (decimal): -12468419 or 4046657. OLE color: 4046657.

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

Color convert

RGB 65 191 61 -
CMYK 0.66 0 0.68 0.25
HSL 118.15º 0.52% 0.49% -
HSV(B) 118.15º 0.68% 0.75% -
XYZ 21.65 38.72 10.75 -
YUV 138.51 84.26 75.57 -
System Red Green Blue C M Y K H S L
Decimal 65 191 61 0.66 0 0.68 0.25 118.15 0.52 0.49
Hex 41 BF 3D 42 0 44 19 76 34 31
Octal 101 277 75 102 0 104 31 166 64 61
Binary 1000001 10111111 111101 1000010 0 1000100 11001 1110110 110100 110001

Color Harmonies of #41BF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BF3D

Black with #41BF3D

Text Example


Text Example

White with #41BF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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