Html Css Color HEX #28D527 Lime Green

📋 copy color: '#28D527'

red 40 ◦ green 213 ◦ blue 39

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

Shades of Lime Green #28D527

Tints of Lime Green #28D527

RGB

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

 GREEN value IS 213 (83.59% from 255) = 72.95%

 BLUE value IS 39 (15.63% from 255) = 13.36%

R = 13.7%
G = 72.95%
B = 13.36%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#28D527 (or 0x28D527) is known color: Lime Green. HEX triplet: 28, D5 and 27. RGB value is (40,213,39). Sum of RGB (Red+Green+Blue) = 40+213+39=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 213 (83.59% from 255 or 72.95% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 213 - color contains mainly: green. Hex color #28D527 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D527 is #D72AD8. Grayscale: #8D8D8D. Windows color (decimal): -14101209 or 2610472. OLE color: 2610472.

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

Color convert

RGB 40 213 39 -
CMYK 0.81 0 0.82 0.16
HSL 119.66º 0.69% 0.49% -
HSV(B) 119.66º 0.82% 0.84% -
XYZ 25.04 48.19 9.9 -
YUV 141.44 70.19 55.65 -
System Red Green Blue C M Y K H S L
Decimal 40 213 39 0.81 0 0.82 0.16 119.66 0.69 0.49
Hex 28 D5 27 51 0 52 10 78 45 31
Octal 50 325 47 121 0 122 20 170 105 61
Binary 101000 11010101 100111 1010001 0 1010010 10000 1111000 1000101 110001

Color Harmonies of #28D527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D527

Black with #28D527

Text Example


Text Example

White with #28D527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,213,39); }

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

background-color css

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

 a { background-color: rgb(40,213,39); }

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

border-color css

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

 span { border-color: rgb(40,213,39); }

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