Html Css Color HEX #41CE48 Lime Green

📋 copy color: '#41CE48'

red 65 ◦ green 206 ◦ blue 72

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

Shades of Lime Green #41CE48

Tints of Lime Green #41CE48

RGB

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

 GREEN value IS 206 (80.86% from 255) = 60.06%

 BLUE value IS 72 (28.52% from 255) = 20.99%

R = 18.95%
G = 60.06%
B = 20.99%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#41CE48 (or 0x41CE48) is known color: Lime Green. HEX triplet: 41, CE and 48. RGB value is (65,206,72). Sum of RGB (Red+Green+Blue) = 65+206+72=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 206 (80.86% from 255 or 60.06% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 206 - color contains mainly: green. Hex color #41CE48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CE48 is #BE31B7. Grayscale: #949494. Windows color (decimal): -12464568 or 4771393. OLE color: 4771393.

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

Color convert

RGB 65 206 72 -
CMYK 0.68 0 0.65 0.19
HSL 122.98º 0.59% 0.53% -
HSV(B) 122.98º 0.68% 0.81% -
XYZ 25.42 45.73 13.62 -
YUV 148.57 84.79 68.4 -
System Red Green Blue C M Y K H S L
Decimal 65 206 72 0.68 0 0.65 0.19 122.98 0.59 0.53
Hex 41 CE 48 44 0 41 13 7B 3B 35
Octal 101 316 110 104 0 101 23 173 73 65
Binary 1000001 11001110 1001000 1000100 0 1000001 10011 1111011 111011 110101

Color Harmonies of #41CE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CE48

Black with #41CE48

Text Example


Text Example

White with #41CE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,206,72); }

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

background-color css

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

 a { background-color: rgb(65,206,72); }

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

border-color css

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

 span { border-color: rgb(65,206,72); }

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