Html Css Color HEX #28D00A Lime Green

📋 copy color: '#28D00A'

red 40 ◦ green 208 ◦ blue 10

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

Shades of Lime Green #28D00A

Tints of Lime Green #28D00A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 80.62%

 BLUE value IS 10 (4.3% from 255) = 3.88%

R = 15.5%
G = 80.62%
B = 3.88%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#28D00A (or 0x28D00A) is known color: Lime Green. HEX triplet: 28, D0 and 0A. RGB value is (40,208,10). Sum of RGB (Red+Green+Blue) = 40+208+10=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 208 (81.64% from 255 or 80.62% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 208 - color contains mainly: green. Hex color #28D00A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28D00A is #D72FF5. Grayscale: #878787. Windows color (decimal): -14102518 or 708648. OLE color: 708648.

HSL color Cylindrical-coordinate representation of color #28D00A: hue angle of 110.91º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28D00A is Cyan = 0.81, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 40 208 10 -
CMYK 0.81 0 0.95 0.18
HSL 110.91º 0.91% 0.43% -
HSV(B) 110.91º 0.95% 0.82% -
XYZ 23.49 45.58 7.85 -
YUV 135.2 57.34 60.1 -
System Red Green Blue C M Y K H S L
Decimal 40 208 10 0.81 0 0.95 0.18 110.91 0.91 0.43
Hex 28 D0 A 51 0 5F 12 6F 5B 2B
Octal 50 320 12 121 0 137 22 157 133 53
Binary 101000 11010000 1010 1010001 0 1011111 10010 1101111 1011011 101011

Color Harmonies of #28D00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D00A

Black with #28D00A

Text Example


Text Example

White with #28D00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,208,10); }

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

background-color css

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

 a { background-color: rgb(40,208,10); }

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

border-color css

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

 span { border-color: rgb(40,208,10); }

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