Html Css Color HEX #28DA1F Lime Green

📋 copy color: '#28DA1F'

red 40 ◦ green 218 ◦ blue 31

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

Shades of Lime Green #28DA1F

Tints of Lime Green #28DA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.73%

R = 13.84%
G = 75.43%
B = 10.73%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#28DA1F (or 0x28DA1F) is known color: Lime Green. HEX triplet: 28, DA and 1F. RGB value is (40,218,31). Sum of RGB (Red+Green+Blue) = 40+218+31=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 218 (85.55% from 255 or 75.43% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 218 - color contains mainly: green. Hex color #28DA1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DA1F is #D725E0. Grayscale: #909090. Windows color (decimal): -14099937 or 2087464. OLE color: 2087464.

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

Color convert

RGB 40 218 31 -
CMYK 0.82 0 0.86 0.15
HSL 117.11º 0.75% 0.49% -
HSV(B) 117.11º 0.86% 0.85% -
XYZ 26.19 50.69 9.7 -
YUV 143.46 64.53 54.21 -
System Red Green Blue C M Y K H S L
Decimal 40 218 31 0.82 0 0.86 0.15 117.11 0.75 0.49
Hex 28 DA 1F 52 0 56 F 75 4B 31
Octal 50 332 37 122 0 126 17 165 113 61
Binary 101000 11011010 11111 1010010 0 1010110 1111 1110101 1001011 110001

Color Harmonies of #28DA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DA1F

Black with #28DA1F

Text Example


Text Example

White with #28DA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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