Html Css Color HEX #28B925 Lime Green

📋 copy color: '#28B925'

red 40 ◦ green 185 ◦ blue 37

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

Shades of Lime Green #28B925

Tints of Lime Green #28B925

RGB

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

 GREEN value IS 185 (72.66% from 255) = 70.61%

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

R = 15.27%
G = 70.61%
B = 14.12%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#28B925 (or 0x28B925) is known color: Lime Green. HEX triplet: 28, B9 and 25. RGB value is (40,185,37). Sum of RGB (Red+Green+Blue) = 40+185+37=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 185 (72.66% from 255 or 70.61% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 185 - color contains mainly: green. Hex color #28B925 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B925 is #D746DA. Grayscale: #7D7D7D. Windows color (decimal): -14108379 or 2472232. OLE color: 2472232.

HSL color Cylindrical-coordinate representation of color #28B925: hue angle of 118.78º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28B925 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 185 37 -
CMYK 0.78 0 0.80 0.27
HSL 118.78º 0.67% 0.44% -
HSV(B) 118.78º 0.8% 0.73% -
XYZ 18.56 35.28 7.58 -
YUV 124.77 78.46 67.53 -
System Red Green Blue C M Y K H S L
Decimal 40 185 37 0.78 0 0.80 0.27 118.78 0.67 0.44
Hex 28 B9 25 4E 0 50 1B 77 43 2C
Octal 50 271 45 116 0 120 33 167 103 54
Binary 101000 10111001 100101 1001110 0 1010000 11011 1110111 1000011 101100

Color Harmonies of #28B925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B925

Black with #28B925

Text Example


Text Example

White with #28B925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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