Html Css Color HEX #28BC1A Lime Green

📋 copy color: '#28BC1A'

red 40 ◦ green 188 ◦ blue 26

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

Shades of Lime Green #28BC1A

Tints of Lime Green #28BC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.24%

R = 15.75%
G = 74.02%
B = 10.24%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#28BC1A (or 0x28BC1A) is known color: Lime Green. HEX triplet: 28, BC and 1A. RGB value is (40,188,26). Sum of RGB (Red+Green+Blue) = 40+188+26=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 188 (73.83% from 255 or 74.02% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 188 - color contains mainly: green. Hex color #28BC1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BC1A is #D743E5. Grayscale: #7D7D7D. Windows color (decimal): -14107622 or 1752104. OLE color: 1752104.

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

Color convert

RGB 40 188 26 -
CMYK 0.79 0 0.86 0.26
HSL 114.81º 0.76% 0.42% -
HSV(B) 114.81º 0.86% 0.74% -
XYZ 19.04 36.49 7.02 -
YUV 125.28 71.97 67.17 -
System Red Green Blue C M Y K H S L
Decimal 40 188 26 0.79 0 0.86 0.26 114.81 0.76 0.42
Hex 28 BC 1A 4F 0 56 1A 73 4C 2A
Octal 50 274 32 117 0 126 32 163 114 52
Binary 101000 10111100 11010 1001111 0 1010110 11010 1110011 1001100 101010

Color Harmonies of #28BC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BC1A

Black with #28BC1A

Text Example


Text Example

White with #28BC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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