Html Css Color HEX #28F740 Lime Green

📋 copy color: '#28F740'

red 40 ◦ green 247 ◦ blue 64

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

Shades of Lime Green #28F740

Tints of Lime Green #28F740

RGB

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

 GREEN value IS 247 (96.88% from 255) = 70.37%

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

R = 11.4%
G = 70.37%
B = 18.23%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#28F740 (or 0x28F740) is known color: Lime Green. HEX triplet: 28, F7 and 40. RGB value is (40,247,64). Sum of RGB (Red+Green+Blue) = 40+247+64=351 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.40% from 351); Green value is 247 (96.88% from 255 or 70.37% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 247 - color contains mainly: green. Hex color #28F740 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F740 is #D708BF. Grayscale: #A4A4A4. Windows color (decimal): -14092480 or 4257576. OLE color: 4257576.

HSL color Cylindrical-coordinate representation of color #28F740: hue angle of 126.96º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F740 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 40 247 64 -
CMYK 0.84 0 0.74 0.03
HSL 126.96º 0.93% 0.56% -
HSV(B) 126.96º 0.84% 0.97% -
XYZ 35.06 67.34 16 -
YUV 164.25 71.42 39.38 -
System Red Green Blue C M Y K H S L
Decimal 40 247 64 0.84 0 0.74 0.03 126.96 0.93 0.56
Hex 28 F7 40 54 0 4A 3 7F 5D 38
Octal 50 367 100 124 0 112 3 177 135 70
Binary 101000 11110111 1000000 1010100 0 1001010 11 1111111 1011101 111000

Color Harmonies of #28F740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F740

Black with #28F740

Text Example


Text Example

White with #28F740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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