Html Css Color HEX #28BC4C Lime Green

📋 copy color: '#28BC4C'

red 40 ◦ green 188 ◦ blue 76

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

Shades of Lime Green #28BC4C

Tints of Lime Green #28BC4C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 61.84%

 BLUE value IS 76 (30.08% from 255) = 25%

R = 13.16%
G = 61.84%
B = 25%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#28BC4C (or 0x28BC4C) is known color: Lime Green. HEX triplet: 28, BC and 4C. RGB value is (40,188,76). Sum of RGB (Red+Green+Blue) = 40+188+76=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 188 (73.83% from 255 or 61.84% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 188 - color contains mainly: green. Hex color #28BC4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BC4C is #D743B3. Grayscale: #838383. Windows color (decimal): -14107572 or 5028904. OLE color: 5028904.

HSL color Cylindrical-coordinate representation of color #28BC4C: hue angle of 134.59º 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 #28BC4C is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 188 76 -
CMYK 0.79 0 0.60 0.26
HSL 134.59º 0.65% 0.45% -
HSV(B) 134.59º 0.79% 0.74% -
XYZ 20.16 36.94 12.9 -
YUV 130.98 96.97 63.11 -
System Red Green Blue C M Y K H S L
Decimal 40 188 76 0.79 0 0.60 0.26 134.59 0.65 0.45
Hex 28 BC 4C 4F 0 3C 1A 87 41 2D
Octal 50 274 114 117 0 74 32 207 101 55
Binary 101000 10111100 1001100 1001111 0 111100 11010 10000111 1000001 101101

Color Harmonies of #28BC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BC4C

Black with #28BC4C

Text Example


Text Example

White with #28BC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,188,76); }

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

background-color css

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

 a { background-color: rgb(40,188,76); }

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

border-color css

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

 span { border-color: rgb(40,188,76); }

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