Html Css Color HEX #28FF3F Lime Green

📋 copy color: '#28FF3F'

red 40 ◦ green 255 ◦ blue 63

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

Shades of Lime Green #28FF3F

Tints of Lime Green #28FF3F

RGB

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

 GREEN value IS 255 (100% from 255) = 71.23%

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

R = 11.17%
G = 71.23%
B = 17.6%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#28FF3F (or 0x28FF3F) is known color: Lime Green. HEX triplet: 28, FF and 3F. RGB value is (40,255,63). Sum of RGB (Red+Green+Blue) = 40+255+63=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 255 (100% from 255 or 71.23% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 255 - color contains mainly: green. Hex color #28FF3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FF3F is #D700C0. Grayscale: #A9A9A9. Windows color (decimal): -14090433 or 4194088. OLE color: 4194088.

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

Color convert

RGB 40 255 63 -
CMYK 0.84 0 0.75 0
HSL 126.42º 1% 0.58% -
HSV(B) 126.42º 0.84% 1% -
XYZ 37.53 72.33 16.69 -
YUV 168.83 68.27 36.11 -
System Red Green Blue C M Y K H S L
Decimal 40 255 63 0.84 0 0.75 0 126.42 1 0.58
Hex 28 FF 3F 54 0 4B 0 7E 64 3A
Octal 50 377 77 124 0 113 0 176 144 72
Binary 101000 11111111 111111 1010100 0 1001011 0 1111110 1100100 111010

Color Harmonies of #28FF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FF3F

Black with #28FF3F

Text Example


Text Example

White with #28FF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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