Html Css Color HEX #28BA42 Lime Green

📋 copy color: '#28BA42'

red 40 ◦ green 186 ◦ blue 66

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

Shades of Lime Green #28BA42

Tints of Lime Green #28BA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.6%

R = 13.7%
G = 63.7%
B = 22.6%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#28BA42 (or 0x28BA42) is known color: Lime Green. HEX triplet: 28, BA and 42. RGB value is (40,186,66). Sum of RGB (Red+Green+Blue) = 40+186+66=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 186 (73.05% from 255 or 63.70% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BA42 is #D745BD. Grayscale: #818181. Windows color (decimal): -14108094 or 4373032. OLE color: 4373032.

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

Color convert

RGB 40 186 66 -
CMYK 0.78 0 0.65 0.27
HSL 130.68º 0.65% 0.44% -
HSV(B) 130.68º 0.78% 0.73% -
XYZ 19.42 35.96 11.07 -
YUV 128.67 92.63 64.76 -
System Red Green Blue C M Y K H S L
Decimal 40 186 66 0.78 0 0.65 0.27 130.68 0.65 0.44
Hex 28 BA 42 4E 0 41 1B 83 41 2C
Octal 50 272 102 116 0 101 33 203 101 54
Binary 101000 10111010 1000010 1001110 0 1000001 11011 10000011 1000001 101100

Color Harmonies of #28BA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BA42

Black with #28BA42

Text Example


Text Example

White with #28BA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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