Html Css Color HEX #28BA2A Lime Green

📋 copy color: '#28BA2A'

red 40 ◦ green 186 ◦ blue 42

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

Shades of Lime Green #28BA2A

Tints of Lime Green #28BA2A

RGB

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

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

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

R = 14.93%
G = 69.4%
B = 15.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#28BA2A (or 0x28BA2A) is known color: Lime Green. HEX triplet: 28, BA and 2A. RGB value is (40,186,42). Sum of RGB (Red+Green+Blue) = 40+186+42=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 186 (73.05% from 255 or 69.40% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BA2A is #D745D5. Grayscale: #7E7E7E. Windows color (decimal): -14108118 or 2800168. OLE color: 2800168.

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

Color convert

RGB 40 186 42 -
CMYK 0.78 0 0.77 0.27
HSL 120.82º 0.65% 0.44% -
HSV(B) 120.82º 0.78% 0.73% -
XYZ 18.85 35.74 8.09 -
YUV 125.93 80.63 66.71 -
System Red Green Blue C M Y K H S L
Decimal 40 186 42 0.78 0 0.77 0.27 120.82 0.65 0.44
Hex 28 BA 2A 4E 0 4D 1B 79 41 2C
Octal 50 272 52 116 0 115 33 171 101 54
Binary 101000 10111010 101010 1001110 0 1001101 11011 1111001 1000001 101100

Color Harmonies of #28BA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BA2A

Black with #28BA2A

Text Example


Text Example

White with #28BA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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