Html Css Color HEX #28BC2A Lime Green

📋 copy color: '#28BC2A'

red 40 ◦ green 188 ◦ blue 42

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

Shades of Lime Green #28BC2A

Tints of Lime Green #28BC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.56%

R = 14.81%
G = 69.63%
B = 15.56%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#28BC2A (or 0x28BC2A) is known color: Lime Green. HEX triplet: 28, BC and 2A. RGB value is (40,188,42). Sum of RGB (Red+Green+Blue) = 40+188+42=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 188 (73.83% from 255 or 69.63% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 188 - color contains mainly: green. Hex color #28BC2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BC2A is #D743D5. Grayscale: #7F7F7F. Windows color (decimal): -14107606 or 2800680. OLE color: 2800680.

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

Color convert

RGB 40 188 42 -
CMYK 0.79 0 0.78 0.26
HSL 120.81º 0.65% 0.45% -
HSV(B) 120.81º 0.79% 0.74% -
XYZ 19.28 36.58 8.24 -
YUV 127.1 79.97 65.87 -
System Red Green Blue C M Y K H S L
Decimal 40 188 42 0.79 0 0.78 0.26 120.81 0.65 0.45
Hex 28 BC 2A 4F 0 4E 1A 79 41 2D
Octal 50 274 52 117 0 116 32 171 101 55
Binary 101000 10111100 101010 1001111 0 1001110 11010 1111001 1000001 101101

Color Harmonies of #28BC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BC2A

Black with #28BC2A

Text Example


Text Example

White with #28BC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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