Html Css Color HEX #28BB48 Lime Green

📋 copy color: '#28BB48'

red 40 ◦ green 187 ◦ blue 72

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

Shades of Lime Green #28BB48

Tints of Lime Green #28BB48

RGB

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

 GREEN value IS 187 (73.44% from 255) = 62.54%

 BLUE value IS 72 (28.52% from 255) = 24.08%

R = 13.38%
G = 62.54%
B = 24.08%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#28BB48 (or 0x28BB48) is known color: Lime Green. HEX triplet: 28, BB and 48. RGB value is (40,187,72). Sum of RGB (Red+Green+Blue) = 40+187+72=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 187 (73.44% from 255 or 62.54% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 187 - color contains mainly: green. Hex color #28BB48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BB48 is #D744B7. Grayscale: #828282. Windows color (decimal): -14107832 or 4766504. OLE color: 4766504.

HSL color Cylindrical-coordinate representation of color #28BB48: hue angle of 133.06º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BB48 is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 187 72 -
CMYK 0.79 0 0.61 0.27
HSL 133.06º 0.65% 0.45% -
HSV(B) 133.06º 0.79% 0.73% -
XYZ 19.82 36.46 12.12 -
YUV 129.94 95.3 63.85 -
System Red Green Blue C M Y K H S L
Decimal 40 187 72 0.79 0 0.61 0.27 133.06 0.65 0.45
Hex 28 BB 48 4F 0 3D 1B 85 41 2D
Octal 50 273 110 117 0 75 33 205 101 55
Binary 101000 10111011 1001000 1001111 0 111101 11011 10000101 1000001 101101

Color Harmonies of #28BB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BB48

Black with #28BB48

Text Example


Text Example

White with #28BB48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,187,72); }

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

background-color css

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

 a { background-color: rgb(40,187,72); }

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

border-color css

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

 span { border-color: rgb(40,187,72); }

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