Html Css Color HEX #28EA40 Lime Green

📋 copy color: '#28EA40'

red 40 ◦ green 234 ◦ blue 64

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

Shades of Lime Green #28EA40

Tints of Lime Green #28EA40

RGB

 RED value IS 40 (16.02% from 255) = 11.83%

 GREEN value IS 234 (91.8% from 255) = 69.23%

 BLUE value IS 64 (25.39% from 255) = 18.93%

R = 11.83%
G = 69.23%
B = 18.93%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#28EA40 (or 0x28EA40) is known color: Lime Green. HEX triplet: 28, EA and 40. RGB value is (40,234,64). Sum of RGB (Red+Green+Blue) = 40+234+64=338 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.83% from 338); Green value is 234 (91.80% from 255 or 69.23% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 234 - color contains mainly: green. Hex color #28EA40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28EA40 is #D715BF. Grayscale: #9D9D9D. Windows color (decimal): -14095808 or 4254248. OLE color: 4254248.

HSL color Cylindrical-coordinate representation of color #28EA40: hue angle of 127.42º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EA40 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 234 64 -
CMYK 0.83 0 0.73 0.08
HSL 127.42º 0.82% 0.54% -
HSV(B) 127.42º 0.83% 0.92% -
XYZ 31.22 59.67 14.72 -
YUV 156.61 75.73 44.82 -
System Red Green Blue C M Y K H S L
Decimal 40 234 64 0.83 0 0.73 0.08 127.42 0.82 0.54
Hex 28 EA 40 53 0 49 8 7F 52 36
Octal 50 352 100 123 0 111 10 177 122 66
Binary 101000 11101010 1000000 1010011 0 1001001 1000 1111111 1010010 110110

Color Harmonies of #28EA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EA40

Black with #28EA40

Text Example


Text Example

White with #28EA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28EA40; }

 p { color: rgb(40,234,64); }

 H1.HeaderClassName
 {
   color: #28EA40;
 }
 .AnyTagClassName
 {
   color: #28EA40;
 }
</style>

background-color css

<style>
 a { background-color: #28EA40; }

 a { background-color: rgb(40,234,64); }

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

border-color css

<style>
 span { border-color: #28EA40; }

 span { border-color: rgb(40,234,64); }

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