Html Css Color HEX #40E530 Lime Green

📋 copy color: '#40E530'

red 64 ◦ green 229 ◦ blue 48

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

Shades of Lime Green #40E530

Tints of Lime Green #40E530

RGB

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

 GREEN value IS 229 (89.84% from 255) = 67.16%

 BLUE value IS 48 (19.14% from 255) = 14.08%

R = 18.77%
G = 67.16%
B = 14.08%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#40E530 (or 0x40E530) is known color: Lime Green. HEX triplet: 40, E5 and 30. RGB value is (64,229,48). Sum of RGB (Red+Green+Blue) = 64+229+48=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 229 (89.84% from 255 or 67.16% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 229 - color contains mainly: green. Hex color #40E530 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E530 is #BF1ACF. Grayscale: #9F9F9F. Windows color (decimal): -12524240 or 3204416. OLE color: 3204416.

HSL color Cylindrical-coordinate representation of color #40E530: hue angle of 114.7º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40E530 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 64 229 48 -
CMYK 0.72 0 0.79 0.10
HSL 114.7º 0.78% 0.54% -
HSV(B) 114.7º 0.79% 0.9% -
XYZ 30.67 57.34 12.25 -
YUV 159.03 65.34 60.22 -
System Red Green Blue C M Y K H S L
Decimal 64 229 48 0.72 0 0.79 0.10 114.7 0.78 0.54
Hex 40 E5 30 48 0 4F A 73 4E 36
Octal 100 345 60 110 0 117 12 163 116 66
Binary 1000000 11100101 110000 1001000 0 1001111 1010 1110011 1001110 110110

Color Harmonies of #40E530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E530

Black with #40E530

Text Example


Text Example

White with #40E530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,229,48); }

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

background-color css

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

 a { background-color: rgb(64,229,48); }

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

border-color css

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

 span { border-color: rgb(64,229,48); }

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