Html Css Color HEX #41CF47 Lime Green

📋 copy color: '#41CF47'

red 65 ◦ green 207 ◦ blue 71

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

Shades of Lime Green #41CF47

Tints of Lime Green #41CF47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.7%

R = 18.95%
G = 60.35%
B = 20.7%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#41CF47 (or 0x41CF47) is known color: Lime Green. HEX triplet: 41, CF and 47. RGB value is (65,207,71). Sum of RGB (Red+Green+Blue) = 65+207+71=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 207 (81.25% from 255 or 60.35% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 207 - color contains mainly: green. Hex color #41CF47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CF47 is #BE30B8. Grayscale: #959595. Windows color (decimal): -12464313 or 4706113. OLE color: 4706113.

HSL color Cylindrical-coordinate representation of color #41CF47: hue angle of 122.54º 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 #41CF47 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 207 71 -
CMYK 0.69 0 0.66 0.19
HSL 122.54º 0.6% 0.53% -
HSV(B) 122.54º 0.69% 0.81% -
XYZ 25.63 46.2 13.53 -
YUV 149.04 83.96 68.06 -
System Red Green Blue C M Y K H S L
Decimal 65 207 71 0.69 0 0.66 0.19 122.54 0.6 0.53
Hex 41 CF 47 45 0 42 13 7B 3C 35
Octal 101 317 107 105 0 102 23 173 74 65
Binary 1000001 11001111 1000111 1000101 0 1000010 10011 1111011 111100 110101

Color Harmonies of #41CF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CF47

Black with #41CF47

Text Example


Text Example

White with #41CF47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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