Html Css Color HEX #28FD3F Lime Green

📋 copy color: '#28FD3F'

red 40 ◦ green 253 ◦ blue 63

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

Shades of Lime Green #28FD3F

Tints of Lime Green #28FD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.7%

R = 11.24%
G = 71.07%
B = 17.7%

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

#28FD3F (or 0x28FD3F) is known color: Lime Green. HEX triplet: 28, FD and 3F. RGB value is (40,253,63). Sum of RGB (Red+Green+Blue) = 40+253+63=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 253 (99.22% from 255 or 71.07% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 253 - color contains mainly: green. Hex color #28FD3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FD3F is #D702C0. Grayscale: #A8A8A8. Windows color (decimal): -14090945 or 4193576. OLE color: 4193576.

HSL color Cylindrical-coordinate representation of color #28FD3F: hue angle of 126.48º 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 #28FD3F is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 40 253 63 -
CMYK 0.84 0 0.75 0.01
HSL 126.48º 0.98% 0.57% -
HSV(B) 126.48º 0.84% 0.99% -
XYZ 36.9 71.06 16.47 -
YUV 167.65 68.93 36.95 -
System Red Green Blue C M Y K H S L
Decimal 40 253 63 0.84 0 0.75 0.01 126.48 0.98 0.57
Hex 28 FD 3F 54 0 4B 1 7E 62 39
Octal 50 375 77 124 0 113 1 176 142 71
Binary 101000 11111101 111111 1010100 0 1001011 1 1111110 1100010 111001

Color Harmonies of #28FD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FD3F

Black with #28FD3F

Text Example


Text Example

White with #28FD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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