Html Css Color HEX #28D60A Lime Green

📋 copy color: '#28D60A'

red 40 ◦ green 214 ◦ blue 10

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

Shades of Lime Green #28D60A

Tints of Lime Green #28D60A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 81.06%

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

R = 15.15%
G = 81.06%
B = 3.79%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#28D60A (or 0x28D60A) is known color: Lime Green. HEX triplet: 28, D6 and 0A. RGB value is (40,214,10). Sum of RGB (Red+Green+Blue) = 40+214+10=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 214 (83.98% from 255 or 81.06% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 214 - color contains mainly: green. Hex color #28D60A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28D60A is #D729F5. Grayscale: #8B8B8B. Windows color (decimal): -14100982 or 710184. OLE color: 710184.

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

Color convert

RGB 40 214 10 -
CMYK 0.81 0 0.95 0.16
HSL 111.18º 0.91% 0.44% -
HSV(B) 111.18º 0.95% 0.84% -
XYZ 24.98 48.57 8.34 -
YUV 138.72 55.35 57.59 -
System Red Green Blue C M Y K H S L
Decimal 40 214 10 0.81 0 0.95 0.16 111.18 0.91 0.44
Hex 28 D6 A 51 0 5F 10 6F 5B 2C
Octal 50 326 12 121 0 137 20 157 133 54
Binary 101000 11010110 1010 1010001 0 1011111 10000 1101111 1011011 101100

Color Harmonies of #28D60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D60A

Black with #28D60A

Text Example


Text Example

White with #28D60A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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