Html Css Color HEX #41B63C Lime Green

📋 copy color: '#41B63C'

red 65 ◦ green 182 ◦ blue 60

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

Shades of Lime Green #41B63C

Tints of Lime Green #41B63C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 59.28%

 BLUE value IS 60 (23.83% from 255) = 19.54%

R = 21.17%
G = 59.28%
B = 19.54%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#41B63C (or 0x41B63C) is known color: Lime Green. HEX triplet: 41, B6 and 3C. RGB value is (65,182,60). Sum of RGB (Red+Green+Blue) = 65+182+60=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 182 (71.48% from 255 or 59.28% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 182 - color contains mainly: green. Hex color #41B63C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B63C is #BE49C3. Grayscale: #858585. Windows color (decimal): -12470724 or 3978817. OLE color: 3978817.

HSL color Cylindrical-coordinate representation of color #41B63C: hue angle of 117.54º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41B63C is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 65 182 60 -
CMYK 0.64 0 0.67 0.29
HSL 117.54º 0.5% 0.47% -
HSV(B) 117.54º 0.67% 0.71% -
XYZ 19.72 34.91 9.97 -
YUV 133.11 86.74 79.42 -
System Red Green Blue C M Y K H S L
Decimal 65 182 60 0.64 0 0.67 0.29 117.54 0.5 0.47
Hex 41 B6 3C 40 0 43 1D 76 32 2F
Octal 101 266 74 100 0 103 35 166 62 57
Binary 1000001 10110110 111100 1000000 0 1000011 11101 1110110 110010 101111

Color Harmonies of #41B63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41B63C

Black with #41B63C

Text Example


Text Example

White with #41B63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,182,60); }

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

background-color css

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

 a { background-color: rgb(65,182,60); }

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

border-color css

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

 span { border-color: rgb(65,182,60); }

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