Html Css Color HEX #40CC4F Lime Green

📋 copy color: '#40CC4F'

red 64 ◦ green 204 ◦ blue 79

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

Shades of Lime Green #40CC4F

Tints of Lime Green #40CC4F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 58.79%

 BLUE value IS 79 (31.25% from 255) = 22.77%

R = 18.44%
G = 58.79%
B = 22.77%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#40CC4F (or 0x40CC4F) is known color: Lime Green. HEX triplet: 40, CC and 4F. RGB value is (64,204,79). Sum of RGB (Red+Green+Blue) = 64+204+79=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 204 (80.08% from 255 or 58.79% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 204 - color contains mainly: green. Hex color #40CC4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CC4F is #BF33B0. Grayscale: #949494. Windows color (decimal): -12530609 or 5229632. OLE color: 5229632.

HSL color Cylindrical-coordinate representation of color #40CC4F: hue angle of 126.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CC4F is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 204 79 -
CMYK 0.69 0 0.61 0.2
HSL 126.43º 0.58% 0.53% -
HSV(B) 126.43º 0.69% 0.8% -
XYZ 25.12 44.84 14.73 -
YUV 147.89 89.12 68.16 -
System Red Green Blue C M Y K H S L
Decimal 64 204 79 0.69 0 0.61 0.2 126.43 0.58 0.53
Hex 40 CC 4F 45 0 3D 14 7E 3A 35
Octal 100 314 117 105 0 75 24 176 72 65
Binary 1000000 11001100 1001111 1000101 0 111101 10100 1111110 111010 110101

Color Harmonies of #40CC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CC4F

Black with #40CC4F

Text Example


Text Example

White with #40CC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,204,79); }

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

background-color css

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

 a { background-color: rgb(64,204,79); }

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

border-color css

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

 span { border-color: rgb(64,204,79); }

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