Html Css Color HEX #41CF49 Lime Green

📋 copy color: '#41CF49'

red 65 ◦ green 207 ◦ blue 73

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

Shades of Lime Green #41CF49

Tints of Lime Green #41CF49

RGB

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

 GREEN value IS 207 (81.25% from 255) = 60%

 BLUE value IS 73 (28.91% from 255) = 21.16%

R = 18.84%
G = 60%
B = 21.16%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#41CF49 (or 0x41CF49) is known color: Lime Green. HEX triplet: 41, CF and 49. RGB value is (65,207,73). Sum of RGB (Red+Green+Blue) = 65+207+73=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 207 (81.25% from 255 or 60% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 207 - color contains mainly: green. Hex color #41CF49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CF49 is #BE30B6. Grayscale: #959595. Windows color (decimal): -12464311 or 4837185. OLE color: 4837185.

HSL color Cylindrical-coordinate representation of color #41CF49: hue angle of 123.38º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41CF49 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 207 73 -
CMYK 0.69 0 0.65 0.19
HSL 123.38º 0.6% 0.53% -
HSV(B) 123.38º 0.69% 0.81% -
XYZ 25.7 46.23 13.87 -
YUV 149.27 84.96 67.9 -
System Red Green Blue C M Y K H S L
Decimal 65 207 73 0.69 0 0.65 0.19 123.38 0.6 0.53
Hex 41 CF 49 45 0 41 13 7B 3C 35
Octal 101 317 111 105 0 101 23 173 74 65
Binary 1000001 11001111 1001001 1000101 0 1000001 10011 1111011 111100 110101

Color Harmonies of #41CF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CF49

Black with #41CF49

Text Example


Text Example

White with #41CF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,207,73); }

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

background-color css

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

 a { background-color: rgb(65,207,73); }

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

border-color css

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

 span { border-color: rgb(65,207,73); }

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