Html Css Color HEX #40CA44 Lime Green

📋 copy color: '#40CA44'

red 64 ◦ green 202 ◦ blue 68

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

Shades of Lime Green #40CA44

Tints of Lime Green #40CA44

RGB

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

 GREEN value IS 202 (79.3% from 255) = 60.48%

 BLUE value IS 68 (26.95% from 255) = 20.36%

R = 19.16%
G = 60.48%
B = 20.36%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#40CA44 (or 0x40CA44) is known color: Lime Green. HEX triplet: 40, CA and 44. RGB value is (64,202,68). Sum of RGB (Red+Green+Blue) = 64+202+68=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 202 (79.30% from 255 or 60.48% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CA44 is #BF35BB. Grayscale: #919191. Windows color (decimal): -12531132 or 4508224. OLE color: 4508224.

HSL color Cylindrical-coordinate representation of color #40CA44: hue angle of 121.74º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40CA44 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 202 68 -
CMYK 0.68 0 0.66 0.21
HSL 121.74º 0.57% 0.52% -
HSV(B) 121.74º 0.68% 0.79% -
XYZ 24.28 43.75 12.63 -
YUV 145.46 84.28 69.9 -
System Red Green Blue C M Y K H S L
Decimal 64 202 68 0.68 0 0.66 0.21 121.74 0.57 0.52
Hex 40 CA 44 44 0 42 15 7A 39 34
Octal 100 312 104 104 0 102 25 172 71 64
Binary 1000000 11001010 1000100 1000100 0 1000010 10101 1111010 111001 110100

Color Harmonies of #40CA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CA44

Black with #40CA44

Text Example


Text Example

White with #40CA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,202,68); }

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

background-color css

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

 a { background-color: rgb(64,202,68); }

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

border-color css

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

 span { border-color: rgb(64,202,68); }

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