Html Css Color HEX #40C241 Lime Green

📋 copy color: '#40C241'

red 64 ◦ green 194 ◦ blue 65

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

Shades of Lime Green #40C241

Tints of Lime Green #40C241

RGB

 RED value IS 64 (25.39% from 255) = 19.81%

 GREEN value IS 194 (76.17% from 255) = 60.06%

 BLUE value IS 65 (25.78% from 255) = 20.12%

R = 19.81%
G = 60.06%
B = 20.12%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#40C241 (or 0x40C241) is known color: Lime Green. HEX triplet: 40, C2 and 41. RGB value is (64,194,65). Sum of RGB (Red+Green+Blue) = 64+194+65=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 194 (76.17% from 255 or 60.06% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 194 - color contains mainly: green. Hex color #40C241 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C241 is #BF3DBE. Grayscale: #8C8C8C. Windows color (decimal): -12533183 or 4309568. OLE color: 4309568.

HSL color Cylindrical-coordinate representation of color #40C241: hue angle of 120.46º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C241 is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 194 65 -
CMYK 0.67 0 0.66 0.24
HSL 120.46º 0.52% 0.51% -
HSV(B) 120.46º 0.67% 0.76% -
XYZ 22.36 40.06 11.55 -
YUV 140.42 85.43 73.49 -
System Red Green Blue C M Y K H S L
Decimal 64 194 65 0.67 0 0.66 0.24 120.46 0.52 0.51
Hex 40 C2 41 43 0 42 18 78 34 33
Octal 100 302 101 103 0 102 30 170 64 63
Binary 1000000 11000010 1000001 1000011 0 1000010 11000 1111000 110100 110011

Color Harmonies of #40C241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C241

Black with #40C241

Text Example


Text Example

White with #40C241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40C241; }

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

 H1.HeaderClassName
 {
   color: #40C241;
 }
 .AnyTagClassName
 {
   color: #40C241;
 }
</style>

background-color css

<style>
 a { background-color: #40C241; }

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

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

border-color css

<style>
 span { border-color: #40C241; }

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

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