Html Css Color HEX #41CE32 Lime Green

📋 copy color: '#41CE32'

red 65 ◦ green 206 ◦ blue 50

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

Shades of Lime Green #41CE32

Tints of Lime Green #41CE32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.58%

R = 20.25%
G = 64.17%
B = 15.58%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#41CE32 (or 0x41CE32) is known color: Lime Green. HEX triplet: 41, CE and 32. RGB value is (65,206,50). Sum of RGB (Red+Green+Blue) = 65+206+50=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 206 (80.86% from 255 or 64.17% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 206 - color contains mainly: green. Hex color #41CE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CE32 is #BE31CD. Grayscale: #929292. Windows color (decimal): -12464590 or 3329601. OLE color: 3329601.

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

Color convert

RGB 65 206 50 -
CMYK 0.68 0 0.76 0.19
HSL 114.23º 0.61% 0.5% -
HSV(B) 114.23º 0.76% 0.81% -
XYZ 24.83 45.5 10.49 -
YUV 146.06 73.79 70.18 -
System Red Green Blue C M Y K H S L
Decimal 65 206 50 0.68 0 0.76 0.19 114.23 0.61 0.5
Hex 41 CE 32 44 0 4C 13 72 3D 32
Octal 101 316 62 104 0 114 23 162 75 62
Binary 1000001 11001110 110010 1000100 0 1001100 10011 1110010 111101 110010

Color Harmonies of #41CE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CE32

Black with #41CE32

Text Example


Text Example

White with #41CE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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