Html Css Color HEX #28BD2C Lime Green

📋 copy color: '#28BD2C'

red 40 ◦ green 189 ◦ blue 44

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

Shades of Lime Green #28BD2C

Tints of Lime Green #28BD2C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 69.23%

 BLUE value IS 44 (17.58% from 255) = 16.12%

R = 14.65%
G = 69.23%
B = 16.12%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#28BD2C (or 0x28BD2C) is known color: Lime Green. HEX triplet: 28, BD and 2C. RGB value is (40,189,44). Sum of RGB (Red+Green+Blue) = 40+189+44=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 189 (74.22% from 255 or 69.23% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 189 - color contains mainly: green. Hex color #28BD2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BD2C is #D742D3. Grayscale: #808080. Windows color (decimal): -14107348 or 2932008. OLE color: 2932008.

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

Color convert

RGB 40 189 44 -
CMYK 0.79 0 0.77 0.26
HSL 121.61º 0.65% 0.45% -
HSV(B) 121.61º 0.79% 0.74% -
XYZ 19.53 37.03 8.5 -
YUV 127.92 80.64 65.29 -
System Red Green Blue C M Y K H S L
Decimal 40 189 44 0.79 0 0.77 0.26 121.61 0.65 0.45
Hex 28 BD 2C 4F 0 4D 1A 7A 41 2D
Octal 50 275 54 117 0 115 32 172 101 55
Binary 101000 10111101 101100 1001111 0 1001101 11010 1111010 1000001 101101

Color Harmonies of #28BD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BD2C

Black with #28BD2C

Text Example


Text Example

White with #28BD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,189,44); }

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

background-color css

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

 a { background-color: rgb(40,189,44); }

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

border-color css

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

 span { border-color: rgb(40,189,44); }

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