Html Css Color HEX #41BD3F Lime Green

📋 copy color: '#41BD3F'

red 65 ◦ green 189 ◦ blue 63

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

Shades of Lime Green #41BD3F

Tints of Lime Green #41BD3F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 59.62%

 BLUE value IS 63 (25% from 255) = 19.87%

R = 20.5%
G = 59.62%
B = 19.87%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#41BD3F (or 0x41BD3F) is known color: Lime Green. HEX triplet: 41, BD and 3F. RGB value is (65,189,63). Sum of RGB (Red+Green+Blue) = 65+189+63=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 189 (74.22% from 255 or 59.62% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 189 - color contains mainly: green. Hex color #41BD3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BD3F is #BE42C0. Grayscale: #898989. Windows color (decimal): -12468929 or 4177217. OLE color: 4177217.

HSL color Cylindrical-coordinate representation of color #41BD3F: hue angle of 119.05º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41BD3F is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 189 63 -
CMYK 0.66 0 0.67 0.26
HSL 119.05º 0.5% 0.49% -
HSV(B) 119.05º 0.67% 0.74% -
XYZ 21.27 37.88 10.89 -
YUV 137.56 85.92 76.25 -
System Red Green Blue C M Y K H S L
Decimal 65 189 63 0.66 0 0.67 0.26 119.05 0.5 0.49
Hex 41 BD 3F 42 0 43 1A 77 32 31
Octal 101 275 77 102 0 103 32 167 62 61
Binary 1000001 10111101 111111 1000010 0 1000011 11010 1110111 110010 110001

Color Harmonies of #41BD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BD3F

Black with #41BD3F

Text Example


Text Example

White with #41BD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,189,63); }

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

background-color css

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

 a { background-color: rgb(65,189,63); }

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

border-color css

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

 span { border-color: rgb(65,189,63); }

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