Html Css Color HEX #40CE48 Lime Green

📋 copy color: '#40CE48'

red 64 ◦ green 206 ◦ blue 72

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

Shades of Lime Green #40CE48

Tints of Lime Green #40CE48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.05%

R = 18.71%
G = 60.23%
B = 21.05%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#40CE48 (or 0x40CE48) is known color: Lime Green. HEX triplet: 40, CE and 48. RGB value is (64,206,72). Sum of RGB (Red+Green+Blue) = 64+206+72=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 206 (80.86% from 255 or 60.23% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CE48 is #BF31B7. Grayscale: #949494. Windows color (decimal): -12530104 or 4771392. OLE color: 4771392.

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

Color convert

RGB 64 206 72 -
CMYK 0.69 0 0.65 0.19
HSL 123.38º 0.59% 0.53% -
HSV(B) 123.38º 0.69% 0.81% -
XYZ 25.36 45.7 13.62 -
YUV 148.27 84.96 67.9 -
System Red Green Blue C M Y K H S L
Decimal 64 206 72 0.69 0 0.65 0.19 123.38 0.59 0.53
Hex 40 CE 48 45 0 41 13 7B 3B 35
Octal 100 316 110 105 0 101 23 173 73 65
Binary 1000000 11001110 1001000 1000101 0 1000001 10011 1111011 111011 110101

Color Harmonies of #40CE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CE48

Black with #40CE48

Text Example


Text Example

White with #40CE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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