Html Css Color HEX #28DD1B Lime Green

📋 copy color: '#28DD1B'

red 40 ◦ green 221 ◦ blue 27

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

Shades of Lime Green #28DD1B

Tints of Lime Green #28DD1B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 76.74%

 BLUE value IS 27 (10.94% from 255) = 9.38%

R = 13.89%
G = 76.74%
B = 9.38%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#28DD1B (or 0x28DD1B) is known color: Lime Green. HEX triplet: 28, DD and 1B. RGB value is (40,221,27). Sum of RGB (Red+Green+Blue) = 40+221+27=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 221 (86.72% from 255 or 76.74% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DD1B is #D722E4. Grayscale: #919191. Windows color (decimal): -14099173 or 1826088. OLE color: 1826088.

HSL color Cylindrical-coordinate representation of color #28DD1B: hue angle of 115.98º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28DD1B is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 221 27 -
CMYK 0.82 0 0.88 0.13
HSL 115.98º 0.78% 0.49% -
HSV(B) 115.98º 0.88% 0.87% -
XYZ 26.93 52.24 9.7 -
YUV 144.77 61.53 53.27 -
System Red Green Blue C M Y K H S L
Decimal 40 221 27 0.82 0 0.88 0.13 115.98 0.78 0.49
Hex 28 DD 1B 52 0 58 D 74 4E 31
Octal 50 335 33 122 0 130 15 164 116 61
Binary 101000 11011101 11011 1010010 0 1011000 1101 1110100 1001110 110001

Color Harmonies of #28DD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DD1B

Black with #28DD1B

Text Example


Text Example

White with #28DD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,221,27); }

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

background-color css

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

 a { background-color: rgb(40,221,27); }

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

border-color css

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

 span { border-color: rgb(40,221,27); }

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