Html Css Color HEX #40CD2F Lime Green

📋 copy color: '#40CD2F'

red 64 ◦ green 205 ◦ blue 47

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

Shades of Lime Green #40CD2F

Tints of Lime Green #40CD2F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 64.87%

 BLUE value IS 47 (18.75% from 255) = 14.87%

R = 20.25%
G = 64.87%
B = 14.87%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#40CD2F (or 0x40CD2F) is known color: Lime Green. HEX triplet: 40, CD and 2F. RGB value is (64,205,47). Sum of RGB (Red+Green+Blue) = 64+205+47=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 205 (80.47% from 255 or 64.87% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CD2F is #BF32D0. Grayscale: #919191. Windows color (decimal): -12530385 or 3132736. OLE color: 3132736.

HSL color Cylindrical-coordinate representation of color #40CD2F: hue angle of 113.54º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40CD2F is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 205 47 -
CMYK 0.69 0 0.77 0.20
HSL 113.54º 0.63% 0.49% -
HSV(B) 113.54º 0.77% 0.8% -
XYZ 24.46 44.96 10.08 -
YUV 144.83 72.79 70.35 -
System Red Green Blue C M Y K H S L
Decimal 64 205 47 0.69 0 0.77 0.20 113.54 0.63 0.49
Hex 40 CD 2F 45 0 4D 14 72 3F 31
Octal 100 315 57 105 0 115 24 162 77 61
Binary 1000000 11001101 101111 1000101 0 1001101 10100 1110010 111111 110001

Color Harmonies of #40CD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CD2F

Black with #40CD2F

Text Example


Text Example

White with #40CD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,205,47); }

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

background-color css

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

 a { background-color: rgb(64,205,47); }

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

border-color css

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

 span { border-color: rgb(64,205,47); }

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