Html Css Color HEX #28FD40 Lime Green

📋 copy color: '#28FD40'

red 40 ◦ green 253 ◦ blue 64

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

Shades of Lime Green #28FD40

Tints of Lime Green #28FD40

RGB

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

 GREEN value IS 253 (99.22% from 255) = 70.87%

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

R = 11.2%
G = 70.87%
B = 17.93%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#28FD40 (or 0x28FD40) is known color: Lime Green. HEX triplet: 28, FD and 40. RGB value is (40,253,64). Sum of RGB (Red+Green+Blue) = 40+253+64=357 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.20% from 357); Green value is 253 (99.22% from 255 or 70.87% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 253 - color contains mainly: green. Hex color #28FD40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FD40 is #D702BF. Grayscale: #A8A8A8. Windows color (decimal): -14090944 or 4259112. OLE color: 4259112.

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

Color convert

RGB 40 253 64 -
CMYK 0.84 0 0.75 0.01
HSL 126.76º 0.98% 0.57% -
HSV(B) 126.76º 0.84% 0.99% -
XYZ 36.93 71.07 16.62 -
YUV 167.77 69.43 36.87 -
System Red Green Blue C M Y K H S L
Decimal 40 253 64 0.84 0 0.75 0.01 126.76 0.98 0.57
Hex 28 FD 40 54 0 4B 1 7F 62 39
Octal 50 375 100 124 0 113 1 177 142 71
Binary 101000 11111101 1000000 1010100 0 1001011 1 1111111 1100010 111001

Color Harmonies of #28FD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FD40

Black with #28FD40

Text Example


Text Example

White with #28FD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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