Html Css Color HEX #28BD1B Lime Green

📋 copy color: '#28BD1B'

red 40 ◦ green 189 ◦ blue 27

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

Shades of Lime Green #28BD1B

Tints of Lime Green #28BD1B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 73.83%

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

R = 15.63%
G = 73.83%
B = 10.55%

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

#28BD1B (or 0x28BD1B) is known color: Lime Green. HEX triplet: 28, BD and 1B. RGB value is (40,189,27). Sum of RGB (Red+Green+Blue) = 40+189+27=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 189 (74.22% from 255 or 73.83% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 189 - color contains mainly: green. Hex color #28BD1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BD1B is #D742E4. Grayscale: #7E7E7E. Windows color (decimal): -14107365 or 1817896. OLE color: 1817896.

HSL color Cylindrical-coordinate representation of color #28BD1B: hue angle of 115.19º degrees, saturation: 0.75, 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 #28BD1B is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 189 27 -
CMYK 0.79 0 0.86 0.26
HSL 115.19º 0.75% 0.42% -
HSV(B) 115.19º 0.86% 0.74% -
XYZ 19.27 36.93 7.15 -
YUV 125.98 72.14 66.67 -
System Red Green Blue C M Y K H S L
Decimal 40 189 27 0.79 0 0.86 0.26 115.19 0.75 0.42
Hex 28 BD 1B 4F 0 56 1A 73 4B 2A
Octal 50 275 33 117 0 126 32 163 113 52
Binary 101000 10111101 11011 1001111 0 1010110 11010 1110011 1001011 101010

Color Harmonies of #28BD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BD1B

Black with #28BD1B

Text Example


Text Example

White with #28BD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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