Html Css Color HEX #28D325 Lime Green

📋 copy color: '#28D325'

red 40 ◦ green 211 ◦ blue 37

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

Shades of Lime Green #28D325

Tints of Lime Green #28D325

RGB

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

 GREEN value IS 211 (82.81% from 255) = 73.26%

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

R = 13.89%
G = 73.26%
B = 12.85%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#28D325 (or 0x28D325) is known color: Lime Green. HEX triplet: 28, D3 and 25. RGB value is (40,211,37). Sum of RGB (Red+Green+Blue) = 40+211+37=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 211 (82.81% from 255 or 73.26% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 211 - color contains mainly: green. Hex color #28D325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D325 is #D72CDA. Grayscale: #8C8C8C. Windows color (decimal): -14101723 or 2478888. OLE color: 2478888.

HSL color Cylindrical-coordinate representation of color #28D325: hue angle of 118.97º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28D325 is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 40 211 37 -
CMYK 0.81 0 0.82 0.17
HSL 118.97º 0.7% 0.49% -
HSV(B) 118.97º 0.82% 0.83% -
XYZ 24.5 47.17 9.56 -
YUV 140.04 69.85 56.65 -
System Red Green Blue C M Y K H S L
Decimal 40 211 37 0.81 0 0.82 0.17 118.97 0.7 0.49
Hex 28 D3 25 51 0 52 11 77 46 31
Octal 50 323 45 121 0 122 21 167 106 61
Binary 101000 11010011 100101 1010001 0 1010010 10001 1110111 1000110 110001

Color Harmonies of #28D325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D325

Black with #28D325

Text Example


Text Example

White with #28D325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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