Html Css Color HEX #40C852 Lime Green

📋 copy color: '#40C852'

red 64 ◦ green 200 ◦ blue 82

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

Shades of Lime Green #40C852

Tints of Lime Green #40C852

RGB

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

 GREEN value IS 200 (78.52% from 255) = 57.8%

 BLUE value IS 82 (32.42% from 255) = 23.7%

R = 18.5%
G = 57.8%
B = 23.7%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#40C852 (or 0x40C852) is known color: Lime Green. HEX triplet: 40, C8 and 52. RGB value is (64,200,82). Sum of RGB (Red+Green+Blue) = 64+200+82=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 200 (78.52% from 255 or 57.80% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 200 - color contains mainly: green. Hex color #40C852 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C852 is #BF37AD. Grayscale: #929292. Windows color (decimal): -12531630 or 5425216. OLE color: 5425216.

HSL color Cylindrical-coordinate representation of color #40C852: hue angle of 127.94º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C852 is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 200 82 -
CMYK 0.68 0 0.59 0.22
HSL 127.94º 0.55% 0.52% -
HSV(B) 127.94º 0.68% 0.78% -
XYZ 24.29 43.01 15 -
YUV 145.88 91.94 69.59 -
System Red Green Blue C M Y K H S L
Decimal 64 200 82 0.68 0 0.59 0.22 127.94 0.55 0.52
Hex 40 C8 52 44 0 3B 16 80 37 34
Octal 100 310 122 104 0 73 26 200 67 64
Binary 1000000 11001000 1010010 1000100 0 111011 10110 10000000 110111 110100

Color Harmonies of #40C852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C852

Black with #40C852

Text Example


Text Example

White with #40C852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,200,82); }

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

background-color css

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

 a { background-color: rgb(64,200,82); }

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

border-color css

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

 span { border-color: rgb(64,200,82); }

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