Html Css Color HEX #40CE3F Lime Green

📋 copy color: '#40CE3F'

red 64 ◦ green 206 ◦ blue 63

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

Shades of Lime Green #40CE3F

Tints of Lime Green #40CE3F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 61.86%

 BLUE value IS 63 (25% from 255) = 18.92%

R = 19.22%
G = 61.86%
B = 18.92%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#40CE3F (or 0x40CE3F) is known color: Lime Green. HEX triplet: 40, CE and 3F. RGB value is (64,206,63). Sum of RGB (Red+Green+Blue) = 64+206+63=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 206 (80.86% from 255 or 61.86% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CE3F is #BF31C0. Grayscale: #939393. Windows color (decimal): -12530113 or 4181568. OLE color: 4181568.

HSL color Cylindrical-coordinate representation of color #40CE3F: hue angle of 119.58º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CE3F is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 206 63 -
CMYK 0.69 0 0.69 0.19
HSL 119.58º 0.59% 0.53% -
HSV(B) 119.58º 0.69% 0.81% -
XYZ 25.08 45.59 12.18 -
YUV 147.24 80.46 68.63 -
System Red Green Blue C M Y K H S L
Decimal 64 206 63 0.69 0 0.69 0.19 119.58 0.59 0.53
Hex 40 CE 3F 45 0 45 13 78 3B 35
Octal 100 316 77 105 0 105 23 170 73 65
Binary 1000000 11001110 111111 1000101 0 1000101 10011 1111000 111011 110101

Color Harmonies of #40CE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CE3F

Black with #40CE3F

Text Example


Text Example

White with #40CE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,206,63); }

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

background-color css

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

 a { background-color: rgb(64,206,63); }

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

border-color css

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

 span { border-color: rgb(64,206,63); }

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