Html Css Color HEX #28FE40 Lime Green

📋 copy color: '#28FE40'

red 40 ◦ green 254 ◦ blue 64

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

Shades of Lime Green #28FE40

Tints of Lime Green #28FE40

RGB

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

 GREEN value IS 254 (99.61% from 255) = 70.95%

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

R = 11.17%
G = 70.95%
B = 17.88%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#28FE40 (or 0x28FE40) is known color: Lime Green. HEX triplet: 28, FE and 40. RGB value is (40,254,64). Sum of RGB (Red+Green+Blue) = 40+254+64=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 254 (99.61% from 255 or 70.95% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 254 - color contains mainly: green. Hex color #28FE40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FE40 is #D701BF. Grayscale: #A8A8A8. Windows color (decimal): -14090688 or 4259368. OLE color: 4259368.

HSL color Cylindrical-coordinate representation of color #28FE40: hue angle of 126.73º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FE40 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.

Color convert

RGB 40 254 64 -
CMYK 0.84 0 0.75 0.00
HSL 126.73º 0.99% 0.58% -
HSV(B) 126.73º 0.84% 1% -
XYZ 37.24 71.7 16.73 -
YUV 168.35 69.1 36.45 -
System Red Green Blue C M Y K H S L
Decimal 40 254 64 0.84 0 0.75 0.00 126.73 0.99 0.58
Hex 28 FE 40 54 0 4B 0 7F 63 3A
Octal 50 376 100 124 0 113 0 177 143 72
Binary 101000 11111110 1000000 1010100 0 1001011 0 1111111 1100011 111010

Color Harmonies of #28FE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FE40

Black with #28FE40

Text Example


Text Example

White with #28FE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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