Html Css Color HEX #40E030 Lime Green

📋 copy color: '#40E030'

red 64 ◦ green 224 ◦ blue 48

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

Shades of Lime Green #40E030

Tints of Lime Green #40E030

RGB

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

 GREEN value IS 224 (87.89% from 255) = 66.67%

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

R = 19.05%
G = 66.67%
B = 14.29%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#40E030 (or 0x40E030) is known color: Lime Green. HEX triplet: 40, E0 and 30. RGB value is (64,224,48). Sum of RGB (Red+Green+Blue) = 64+224+48=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 224 (87.89% from 255 or 66.67% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 224 - color contains mainly: green. Hex color #40E030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E030 is #BF1FCF. Grayscale: #9C9C9C. Windows color (decimal): -12525520 or 3203136. OLE color: 3203136.

HSL color Cylindrical-coordinate representation of color #40E030: hue angle of 114.55º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40E030 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 224 48 -
CMYK 0.71 0 0.79 0.12
HSL 114.55º 0.74% 0.53% -
HSV(B) 114.55º 0.79% 0.88% -
XYZ 29.3 54.61 11.79 -
YUV 156.1 66.99 62.31 -
System Red Green Blue C M Y K H S L
Decimal 64 224 48 0.71 0 0.79 0.12 114.55 0.74 0.53
Hex 40 E0 30 47 0 4F C 73 4A 35
Octal 100 340 60 107 0 117 14 163 112 65
Binary 1000000 11100000 110000 1000111 0 1001111 1100 1110011 1001010 110101

Color Harmonies of #40E030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E030

Black with #40E030

Text Example


Text Example

White with #40E030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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