Html Css Color HEX #28FE3C Lime Green

📋 copy color: '#28FE3C'

red 40 ◦ green 254 ◦ blue 60

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

Shades of Lime Green #28FE3C

Tints of Lime Green #28FE3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.95%

R = 11.3%
G = 71.75%
B = 16.95%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#28FE3C (or 0x28FE3C) is known color: Lime Green. HEX triplet: 28, FE and 3C. RGB value is (40,254,60). Sum of RGB (Red+Green+Blue) = 40+254+60=354 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.30% from 354); Green value is 254 (99.61% from 255 or 71.75% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 254 - color contains mainly: green. Hex color #28FE3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FE3C is #D701C3. Grayscale: #A8A8A8. Windows color (decimal): -14090692 or 3997224. OLE color: 3997224.

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

Color convert

RGB 40 254 60 -
CMYK 0.84 0 0.76 0.00
HSL 125.61º 0.99% 0.58% -
HSV(B) 125.61º 0.84% 1% -
XYZ 37.13 71.66 16.15 -
YUV 167.9 67.1 36.77 -
System Red Green Blue C M Y K H S L
Decimal 40 254 60 0.84 0 0.76 0.00 125.61 0.99 0.58
Hex 28 FE 3C 54 0 4C 0 7E 63 3A
Octal 50 376 74 124 0 114 0 176 143 72
Binary 101000 11111110 111100 1010100 0 1001100 0 1111110 1100011 111010

Color Harmonies of #28FE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FE3C

Black with #28FE3C

Text Example


Text Example

White with #28FE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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