Html Css Color HEX #40C336 Lime Green

📋 copy color: '#40C336'

red 64 ◦ green 195 ◦ blue 54

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

Shades of Lime Green #40C336

Tints of Lime Green #40C336

RGB

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

 GREEN value IS 195 (76.56% from 255) = 62.3%

 BLUE value IS 54 (21.48% from 255) = 17.25%

R = 20.45%
G = 62.3%
B = 17.25%

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

#40C336 (or 0x40C336) is known color: Lime Green. HEX triplet: 40, C3 and 36. RGB value is (64,195,54). Sum of RGB (Red+Green+Blue) = 64+195+54=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 195 (76.56% from 255 or 62.30% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 195 - color contains mainly: green. Hex color #40C336 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C336 is #BF3CC9. Grayscale: #8C8C8C. Windows color (decimal): -12532938 or 3588928. OLE color: 3588928.

HSL color Cylindrical-coordinate representation of color #40C336: hue angle of 115.74º degrees, saturation: 0.57, 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 #40C336 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 195 54 -
CMYK 0.67 0 0.72 0.24
HSL 115.74º 0.57% 0.49% -
HSV(B) 115.74º 0.72% 0.76% -
XYZ 22.3 40.39 10.11 -
YUV 139.76 79.6 73.96 -
System Red Green Blue C M Y K H S L
Decimal 64 195 54 0.67 0 0.72 0.24 115.74 0.57 0.49
Hex 40 C3 36 43 0 48 18 74 39 31
Octal 100 303 66 103 0 110 30 164 71 61
Binary 1000000 11000011 110110 1000011 0 1001000 11000 1110100 111001 110001

Color Harmonies of #40C336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C336

Black with #40C336

Text Example


Text Example

White with #40C336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,195,54); }

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

background-color css

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

 a { background-color: rgb(64,195,54); }

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

border-color css

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

 span { border-color: rgb(64,195,54); }

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