Html Css Color HEX #28BC31 Lime Green

📋 copy color: '#28BC31'

red 40 ◦ green 188 ◦ blue 49

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

Shades of Lime Green #28BC31

Tints of Lime Green #28BC31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.69%

R = 14.44%
G = 67.87%
B = 17.69%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#28BC31 (or 0x28BC31) is known color: Lime Green. HEX triplet: 28, BC and 31. RGB value is (40,188,49). Sum of RGB (Red+Green+Blue) = 40+188+49=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 188 (73.83% from 255 or 67.87% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 188 - color contains mainly: green. Hex color #28BC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BC31 is #D743CE. Grayscale: #808080. Windows color (decimal): -14107599 or 3259432. OLE color: 3259432.

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

Color convert

RGB 40 188 49 -
CMYK 0.79 0 0.74 0.26
HSL 123.65º 0.65% 0.45% -
HSV(B) 123.65º 0.79% 0.74% -
XYZ 19.41 36.64 8.95 -
YUV 127.9 83.47 65.3 -
System Red Green Blue C M Y K H S L
Decimal 40 188 49 0.79 0 0.74 0.26 123.65 0.65 0.45
Hex 28 BC 31 4F 0 4A 1A 7C 41 2D
Octal 50 274 61 117 0 112 32 174 101 55
Binary 101000 10111100 110001 1001111 0 1001010 11010 1111100 1000001 101101

Color Harmonies of #28BC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BC31

Black with #28BC31

Text Example


Text Example

White with #28BC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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