Html Css Color HEX #40E952 Lime Green

📋 copy color: '#40E952'

red 64 ◦ green 233 ◦ blue 82

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

Shades of Lime Green #40E952

Tints of Lime Green #40E952

RGB

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

 GREEN value IS 233 (91.41% from 255) = 61.48%

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

R = 16.89%
G = 61.48%
B = 21.64%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#40E952 (or 0x40E952) is known color: Lime Green. HEX triplet: 40, E9 and 52. RGB value is (64,233,82). Sum of RGB (Red+Green+Blue) = 64+233+82=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 233 (91.41% from 255 or 61.48% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 233 - color contains mainly: green. Hex color #40E952 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40E952 is #BF16AD. Grayscale: #A5A5A5. Windows color (decimal): -12523182 or 5433664. OLE color: 5433664.

HSL color Cylindrical-coordinate representation of color #40E952: hue angle of 126.39º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40E952 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 64 233 82 -
CMYK 0.73 0 0.65 0.09
HSL 126.39º 0.79% 0.58% -
HSV(B) 126.39º 0.73% 0.91% -
XYZ 32.78 59.98 17.83 -
YUV 165.26 81.01 55.78 -
System Red Green Blue C M Y K H S L
Decimal 64 233 82 0.73 0 0.65 0.09 126.39 0.79 0.58
Hex 40 E9 52 49 0 41 9 7E 4F 3A
Octal 100 351 122 111 0 101 11 176 117 72
Binary 1000000 11101001 1010010 1001001 0 1000001 1001 1111110 1001111 111010

Color Harmonies of #40E952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E952

Black with #40E952

Text Example


Text Example

White with #40E952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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