Html Css Color HEX #41CB40 Lime Green

📋 copy color: '#41CB40'

red 65 ◦ green 203 ◦ blue 64

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

Shades of Lime Green #41CB40

Tints of Lime Green #41CB40

RGB

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

 GREEN value IS 203 (79.69% from 255) = 61.14%

 BLUE value IS 64 (25.39% from 255) = 19.28%

R = 19.58%
G = 61.14%
B = 19.28%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#41CB40 (or 0x41CB40) is known color: Lime Green. HEX triplet: 41, CB and 40. RGB value is (65,203,64). Sum of RGB (Red+Green+Blue) = 65+203+64=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 203 (79.69% from 255 or 61.14% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 203 - color contains mainly: green. Hex color #41CB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CB40 is #BE34BF. Grayscale: #929292. Windows color (decimal): -12465344 or 4246337. OLE color: 4246337.

HSL color Cylindrical-coordinate representation of color #41CB40: hue angle of 119.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CB40 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 203 64 -
CMYK 0.68 0 0.68 0.20
HSL 119.57º 0.57% 0.52% -
HSV(B) 119.57º 0.68% 0.8% -
XYZ 24.46 44.21 12.09 -
YUV 145.89 81.78 70.3 -
System Red Green Blue C M Y K H S L
Decimal 65 203 64 0.68 0 0.68 0.20 119.57 0.57 0.52
Hex 41 CB 40 44 0 44 14 78 39 34
Octal 101 313 100 104 0 104 24 170 71 64
Binary 1000001 11001011 1000000 1000100 0 1000100 10100 1111000 111001 110100

Color Harmonies of #41CB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CB40

Black with #41CB40

Text Example


Text Example

White with #41CB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,203,64); }

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

background-color css

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

 a { background-color: rgb(65,203,64); }

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

border-color css

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

 span { border-color: rgb(65,203,64); }

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