Html Css Color HEX #28EF40 Lime Green

📋 copy color: '#28EF40'

red 40 ◦ green 239 ◦ blue 64

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

Shades of Lime Green #28EF40

Tints of Lime Green #28EF40

RGB

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

 GREEN value IS 239 (93.75% from 255) = 69.68%

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

R = 11.66%
G = 69.68%
B = 18.66%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#28EF40 (or 0x28EF40) is known color: Lime Green. HEX triplet: 28, EF and 40. RGB value is (40,239,64). Sum of RGB (Red+Green+Blue) = 40+239+64=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 239 (93.75% from 255 or 69.68% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 239 - color contains mainly: green. Hex color #28EF40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28EF40 is #D710BF. Grayscale: #A0A0A0. Windows color (decimal): -14094528 or 4255528. OLE color: 4255528.

HSL color Cylindrical-coordinate representation of color #28EF40: hue angle of 127.24º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EF40 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 40 239 64 -
CMYK 0.83 0 0.73 0.06
HSL 127.24º 0.86% 0.55% -
HSV(B) 127.24º 0.83% 0.94% -
XYZ 32.67 62.55 15.2 -
YUV 159.55 74.07 42.73 -
System Red Green Blue C M Y K H S L
Decimal 40 239 64 0.83 0 0.73 0.06 127.24 0.86 0.55
Hex 28 EF 40 53 0 49 6 7F 56 37
Octal 50 357 100 123 0 111 6 177 126 67
Binary 101000 11101111 1000000 1010011 0 1001001 110 1111111 1010110 110111

Color Harmonies of #28EF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EF40

Black with #28EF40

Text Example


Text Example

White with #28EF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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