Html Css Color HEX #28DA0D Lime Green

📋 copy color: '#28DA0D'

red 40 ◦ green 218 ◦ blue 13

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

Shades of Lime Green #28DA0D

Tints of Lime Green #28DA0D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 80.44%

 BLUE value IS 13 (5.47% from 255) = 4.8%

R = 14.76%
G = 80.44%
B = 4.8%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#28DA0D (or 0x28DA0D) is known color: Lime Green. HEX triplet: 28, DA and 0D. RGB value is (40,218,13). Sum of RGB (Red+Green+Blue) = 40+218+13=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 218 (85.55% from 255 or 80.44% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 218 - color contains mainly: green. Hex color #28DA0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28DA0D is #D725F2. Grayscale: #8E8E8E. Windows color (decimal): -14099955 or 907816. OLE color: 907816.

HSL color Cylindrical-coordinate representation of color #28DA0D: hue angle of 112.1º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #28DA0D is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 40 218 13 -
CMYK 0.82 0 0.94 0.15
HSL 112.1º 0.89% 0.45% -
HSV(B) 112.1º 0.94% 0.85% -
XYZ 26.02 50.62 8.78 -
YUV 141.41 55.53 55.67 -
System Red Green Blue C M Y K H S L
Decimal 40 218 13 0.82 0 0.94 0.15 112.1 0.89 0.45
Hex 28 DA D 52 0 5E F 70 59 2D
Octal 50 332 15 122 0 136 17 160 131 55
Binary 101000 11011010 1101 1010010 0 1011110 1111 1110000 1011001 101101

Color Harmonies of #28DA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DA0D

Black with #28DA0D

Text Example


Text Example

White with #28DA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,218,13); }

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

background-color css

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

 a { background-color: rgb(40,218,13); }

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

border-color css

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

 span { border-color: rgb(40,218,13); }

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