Html Css Color HEX #28F536 Lime Green

📋 copy color: '#28F536'

red 40 ◦ green 245 ◦ blue 54

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

Shades of Lime Green #28F536

Tints of Lime Green #28F536

RGB

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

 GREEN value IS 245 (96.09% from 255) = 72.27%

 BLUE value IS 54 (21.48% from 255) = 15.93%

R = 11.8%
G = 72.27%
B = 15.93%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#28F536 (or 0x28F536) is known color: Lime Green. HEX triplet: 28, F5 and 36. RGB value is (40,245,54). Sum of RGB (Red+Green+Blue) = 40+245+54=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 245 (96.09% from 255 or 72.27% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 245 - color contains mainly: green. Hex color #28F536 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F536 is #D70AC9. Grayscale: #A2A2A2. Windows color (decimal): -14093002 or 3601704. OLE color: 3601704.

HSL color Cylindrical-coordinate representation of color #28F536: hue angle of 124.1º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F536 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB 40 245 54 -
CMYK 0.84 0 0.78 0.04
HSL 124.1º 0.91% 0.56% -
HSV(B) 124.1º 0.84% 0.96% -
XYZ 34.19 66.02 14.43 -
YUV 161.93 67.08 41.03 -
System Red Green Blue C M Y K H S L
Decimal 40 245 54 0.84 0 0.78 0.04 124.1 0.91 0.56
Hex 28 F5 36 54 0 4E 4 7C 5B 38
Octal 50 365 66 124 0 116 4 174 133 70
Binary 101000 11110101 110110 1010100 0 1001110 100 1111100 1011011 111000

Color Harmonies of #28F536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F536

Black with #28F536

Text Example


Text Example

White with #28F536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,245,54); }

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

background-color css

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

 a { background-color: rgb(40,245,54); }

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

border-color css

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

 span { border-color: rgb(40,245,54); }

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