Html Css Color HEX #28D925 Lime Green

📋 copy color: '#28D925'

red 40 ◦ green 217 ◦ blue 37

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

Shades of Lime Green #28D925

Tints of Lime Green #28D925

RGB

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

 GREEN value IS 217 (85.16% from 255) = 73.81%

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

R = 13.61%
G = 73.81%
B = 12.59%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#28D925 (or 0x28D925) is known color: Lime Green. HEX triplet: 28, D9 and 25. RGB value is (40,217,37). Sum of RGB (Red+Green+Blue) = 40+217+37=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 217 (85.16% from 255 or 73.81% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 217 - color contains mainly: green. Hex color #28D925 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D925 is #D726DA. Grayscale: #909090. Windows color (decimal): -14100187 or 2480424. OLE color: 2480424.

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

Color convert

RGB 40 217 37 -
CMYK 0.82 0 0.83 0.15
HSL 119º 0.71% 0.5% -
HSV(B) 119º 0.83% 0.85% -
XYZ 26.02 50.21 10.07 -
YUV 143.56 67.86 54.14 -
System Red Green Blue C M Y K H S L
Decimal 40 217 37 0.82 0 0.83 0.15 119 0.71 0.5
Hex 28 D9 25 52 0 53 F 77 47 32
Octal 50 331 45 122 0 123 17 167 107 62
Binary 101000 11011001 100101 1010010 0 1010011 1111 1110111 1000111 110010

Color Harmonies of #28D925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D925

Black with #28D925

Text Example


Text Example

White with #28D925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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