Html Css Color HEX #40CE45 Lime Green

📋 copy color: '#40CE45'

red 64 ◦ green 206 ◦ blue 69

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

Shades of Lime Green #40CE45

Tints of Lime Green #40CE45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.35%

R = 18.88%
G = 60.77%
B = 20.35%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#40CE45 (or 0x40CE45) is known color: Lime Green. HEX triplet: 40, CE and 45. RGB value is (64,206,69). Sum of RGB (Red+Green+Blue) = 64+206+69=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 206 (80.86% from 255 or 60.77% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CE45 is #BF31BA. Grayscale: #949494. Windows color (decimal): -12530107 or 4574784. OLE color: 4574784.

HSL color Cylindrical-coordinate representation of color #40CE45: hue angle of 122.11º 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 #40CE45 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 206 69 -
CMYK 0.69 0 0.67 0.19
HSL 122.11º 0.59% 0.53% -
HSV(B) 122.11º 0.69% 0.81% -
XYZ 25.26 45.66 13.11 -
YUV 147.92 83.46 68.14 -
System Red Green Blue C M Y K H S L
Decimal 64 206 69 0.69 0 0.67 0.19 122.11 0.59 0.53
Hex 40 CE 45 45 0 43 13 7A 3B 35
Octal 100 316 105 105 0 103 23 172 73 65
Binary 1000000 11001110 1000101 1000101 0 1000011 10011 1111010 111011 110101

Color Harmonies of #40CE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CE45

Black with #40CE45

Text Example


Text Example

White with #40CE45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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