Html Css Color HEX #28DC25 Lime Green

📋 copy color: '#28DC25'

red 40 ◦ green 220 ◦ blue 37

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

Shades of Lime Green #28DC25

Tints of Lime Green #28DC25

RGB

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

 GREEN value IS 220 (86.33% from 255) = 74.07%

 BLUE value IS 37 (14.84% from 255) = 12.46%

R = 13.47%
G = 74.07%
B = 12.46%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#28DC25 (or 0x28DC25) is known color: Lime Green. HEX triplet: 28, DC and 25. RGB value is (40,220,37). Sum of RGB (Red+Green+Blue) = 40+220+37=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 220 (86.33% from 255 or 74.07% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 220 - color contains mainly: green. Hex color #28DC25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DC25 is #D723DA. Grayscale: #919191. Windows color (decimal): -14099419 or 2481192. OLE color: 2481192.

HSL color Cylindrical-coordinate representation of color #28DC25: hue angle of 119.02º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28DC25 is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 220 37 -
CMYK 0.82 0 0.83 0.14
HSL 119.02º 0.72% 0.5% -
HSV(B) 119.02º 0.83% 0.86% -
XYZ 26.8 51.77 10.33 -
YUV 145.32 66.87 52.88 -
System Red Green Blue C M Y K H S L
Decimal 40 220 37 0.82 0 0.83 0.14 119.02 0.72 0.5
Hex 28 DC 25 52 0 53 E 77 48 32
Octal 50 334 45 122 0 123 16 167 110 62
Binary 101000 11011100 100101 1010010 0 1010011 1110 1110111 1001000 110010

Color Harmonies of #28DC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DC25

Black with #28DC25

Text Example


Text Example

White with #28DC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,220,37); }

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

background-color css

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

 a { background-color: rgb(40,220,37); }

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

border-color css

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

 span { border-color: rgb(40,220,37); }

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