Html Css Color HEX #28BA1E Lime Green

📋 copy color: '#28BA1E'

red 40 ◦ green 186 ◦ blue 30

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

Shades of Lime Green #28BA1E

Tints of Lime Green #28BA1E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 72.66%

 BLUE value IS 30 (12.11% from 255) = 11.72%

R = 15.63%
G = 72.66%
B = 11.72%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#28BA1E (or 0x28BA1E) is known color: Lime Green. HEX triplet: 28, BA and 1E. RGB value is (40,186,30). Sum of RGB (Red+Green+Blue) = 40+186+30=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 186 (73.05% from 255 or 72.66% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BA1E is #D745E1. Grayscale: #7D7D7D. Windows color (decimal): -14108130 or 2013736. OLE color: 2013736.

HSL color Cylindrical-coordinate representation of color #28BA1E: hue angle of 116.15º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28BA1E is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 186 30 -
CMYK 0.78 0 0.84 0.27
HSL 116.15º 0.72% 0.42% -
HSV(B) 116.15º 0.84% 0.73% -
XYZ 18.67 35.66 7.13 -
YUV 124.56 74.63 67.68 -
System Red Green Blue C M Y K H S L
Decimal 40 186 30 0.78 0 0.84 0.27 116.15 0.72 0.42
Hex 28 BA 1E 4E 0 54 1B 74 48 2A
Octal 50 272 36 116 0 124 33 164 110 52
Binary 101000 10111010 11110 1001110 0 1010100 11011 1110100 1001000 101010

Color Harmonies of #28BA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BA1E

Black with #28BA1E

Text Example


Text Example

White with #28BA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,186,30); }

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

background-color css

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

 a { background-color: rgb(40,186,30); }

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

border-color css

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

 span { border-color: rgb(40,186,30); }

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