Html Css Color HEX #28C81B Lime Green

📋 copy color: '#28C81B'

red 40 ◦ green 200 ◦ blue 27

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

Shades of Lime Green #28C81B

Tints of Lime Green #28C81B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 74.91%

 BLUE value IS 27 (10.94% from 255) = 10.11%

R = 14.98%
G = 74.91%
B = 10.11%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#28C81B (or 0x28C81B) is known color: Lime Green. HEX triplet: 28, C8 and 1B. RGB value is (40,200,27). Sum of RGB (Red+Green+Blue) = 40+200+27=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 200 (78.52% from 255 or 74.91% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 200 - color contains mainly: green. Hex color #28C81B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C81B is #D737E4. Grayscale: #848484. Windows color (decimal): -14104549 or 1820712. OLE color: 1820712.

HSL color Cylindrical-coordinate representation of color #28C81B: hue angle of 115.49º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #28C81B is Cyan = 0.8, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 40 200 27 -
CMYK 0.8 0 0.86 0.22
HSL 115.49º 0.76% 0.45% -
HSV(B) 115.49º 0.87% 0.78% -
XYZ 21.73 41.84 7.97 -
YUV 132.44 68.49 62.07 -
System Red Green Blue C M Y K H S L
Decimal 40 200 27 0.8 0 0.86 0.22 115.49 0.76 0.45
Hex 28 C8 1B 50 0 56 16 73 4C 2D
Octal 50 310 33 120 0 126 26 163 114 55
Binary 101000 11001000 11011 1010000 0 1010110 10110 1110011 1001100 101101

Color Harmonies of #28C81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C81B

Black with #28C81B

Text Example


Text Example

White with #28C81B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,200,27); }

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

background-color css

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

 a { background-color: rgb(40,200,27); }

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

border-color css

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

 span { border-color: rgb(40,200,27); }

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