Html Css Color HEX #40C237 Lime Green

📋 copy color: '#40C237'

red 64 ◦ green 194 ◦ blue 55

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

Shades of Lime Green #40C237

Tints of Lime Green #40C237

RGB

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

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

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

R = 20.45%
G = 61.98%
B = 17.57%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#40C237 (or 0x40C237) is known color: Lime Green. HEX triplet: 40, C2 and 37. RGB value is (64,194,55). Sum of RGB (Red+Green+Blue) = 64+194+55=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 194 (76.17% from 255 or 61.98% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 194 - color contains mainly: green. Hex color #40C237 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C237 is #BF3DC8. Grayscale: #8B8B8B. Windows color (decimal): -12533193 or 3654208. OLE color: 3654208.

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

Color convert

RGB 64 194 55 -
CMYK 0.67 0 0.72 0.24
HSL 116.12º 0.56% 0.49% -
HSV(B) 116.12º 0.72% 0.76% -
XYZ 22.1 39.95 10.16 -
YUV 139.28 80.43 74.3 -
System Red Green Blue C M Y K H S L
Decimal 64 194 55 0.67 0 0.72 0.24 116.12 0.56 0.49
Hex 40 C2 37 43 0 48 18 74 38 31
Octal 100 302 67 103 0 110 30 164 70 61
Binary 1000000 11000010 110111 1000011 0 1001000 11000 1110100 111000 110001

Color Harmonies of #40C237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C237

Black with #40C237

Text Example


Text Example

White with #40C237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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