Html Css Color HEX #40CA37 Lime Green

📋 copy color: '#40CA37'

red 64 ◦ green 202 ◦ blue 55

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

Shades of Lime Green #40CA37

Tints of Lime Green #40CA37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.13%

R = 19.94%
G = 62.93%
B = 17.13%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#40CA37 (or 0x40CA37) is known color: Lime Green. HEX triplet: 40, CA and 37. RGB value is (64,202,55). Sum of RGB (Red+Green+Blue) = 64+202+55=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 202 (79.30% from 255 or 62.93% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CA37 is #BF35C8. Grayscale: #909090. Windows color (decimal): -12531145 or 3656256. OLE color: 3656256.

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

Color convert

RGB 64 202 55 -
CMYK 0.68 0 0.73 0.21
HSL 116.33º 0.58% 0.5% -
HSV(B) 116.33º 0.73% 0.79% -
XYZ 23.92 43.61 10.77 -
YUV 143.98 77.78 70.95 -
System Red Green Blue C M Y K H S L
Decimal 64 202 55 0.68 0 0.73 0.21 116.33 0.58 0.5
Hex 40 CA 37 44 0 49 15 74 3A 32
Octal 100 312 67 104 0 111 25 164 72 62
Binary 1000000 11001010 110111 1000100 0 1001001 10101 1110100 111010 110010

Color Harmonies of #40CA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CA37

Black with #40CA37

Text Example


Text Example

White with #40CA37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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