Html Css Color HEX #28FA40 Lime Green

📋 copy color: '#28FA40'

red 40 ◦ green 250 ◦ blue 64

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

Shades of Lime Green #28FA40

Tints of Lime Green #28FA40

RGB

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

 GREEN value IS 250 (98.05% from 255) = 70.62%

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

R = 11.3%
G = 70.62%
B = 18.08%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#28FA40 (or 0x28FA40) is known color: Lime Green. HEX triplet: 28, FA and 40. RGB value is (40,250,64). Sum of RGB (Red+Green+Blue) = 40+250+64=354 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.30% from 354); Green value is 250 (98.05% from 255 or 70.62% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 250 - color contains mainly: green. Hex color #28FA40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FA40 is #D705BF. Grayscale: #A6A6A6. Windows color (decimal): -14091712 or 4258344. OLE color: 4258344.

HSL color Cylindrical-coordinate representation of color #28FA40: hue angle of 126.86º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FA40 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 250 64 -
CMYK 0.84 0 0.74 0.02
HSL 126.86º 0.95% 0.57% -
HSV(B) 126.86º 0.84% 0.98% -
XYZ 35.99 69.19 16.31 -
YUV 166.01 70.43 38.12 -
System Red Green Blue C M Y K H S L
Decimal 40 250 64 0.84 0 0.74 0.02 126.86 0.95 0.57
Hex 28 FA 40 54 0 4A 2 7F 5F 39
Octal 50 372 100 124 0 112 2 177 137 71
Binary 101000 11111010 1000000 1010100 0 1001010 10 1111111 1011111 111001

Color Harmonies of #28FA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FA40

Black with #28FA40

Text Example


Text Example

White with #28FA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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