Html Css Color HEX #28C81A Lime Green

📋 copy color: '#28C81A'

red 40 ◦ green 200 ◦ blue 26

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

Shades of Lime Green #28C81A

Tints of Lime Green #28C81A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 75.19%

 BLUE value IS 26 (10.55% from 255) = 9.77%

R = 15.04%
G = 75.19%
B = 9.77%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#28C81A (or 0x28C81A) is known color: Lime Green. HEX triplet: 28, C8 and 1A. RGB value is (40,200,26). Sum of RGB (Red+Green+Blue) = 40+200+26=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 200 (78.52% from 255 or 75.19% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 200 - color contains mainly: green. Hex color #28C81A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C81A is #D737E5. Grayscale: #848484. Windows color (decimal): -14104550 or 1755176. OLE color: 1755176.

HSL color Cylindrical-coordinate representation of color #28C81A: hue angle of 115.17º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #28C81A is Cyan = 0.8, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 40 200 26 -
CMYK 0.8 0 0.87 0.22
HSL 115.17º 0.77% 0.44% -
HSV(B) 115.17º 0.87% 0.78% -
XYZ 21.72 41.83 7.91 -
YUV 132.32 67.99 62.15 -
System Red Green Blue C M Y K H S L
Decimal 40 200 26 0.8 0 0.87 0.22 115.17 0.77 0.44
Hex 28 C8 1A 50 0 57 16 73 4D 2C
Octal 50 310 32 120 0 127 26 163 115 54
Binary 101000 11001000 11010 1010000 0 1010111 10110 1110011 1001101 101100

Color Harmonies of #28C81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C81A

Black with #28C81A

Text Example


Text Example

White with #28C81A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,200,26); }

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

background-color css

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

 a { background-color: rgb(40,200,26); }

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

border-color css

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

 span { border-color: rgb(40,200,26); }

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