Html Css Color HEX #28BD1D Lime Green

📋 copy color: '#28BD1D'

red 40 ◦ green 189 ◦ blue 29

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

Shades of Lime Green #28BD1D

Tints of Lime Green #28BD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.24%

R = 15.5%
G = 73.26%
B = 11.24%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#28BD1D (or 0x28BD1D) is known color: Lime Green. HEX triplet: 28, BD and 1D. RGB value is (40,189,29). Sum of RGB (Red+Green+Blue) = 40+189+29=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 189 (74.22% from 255 or 73.26% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 189 - color contains mainly: green. Hex color #28BD1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BD1D is #D742E2. Grayscale: #7E7E7E. Windows color (decimal): -14107363 or 1948968. OLE color: 1948968.

HSL color Cylindrical-coordinate representation of color #28BD1D: hue angle of 115.88º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28BD1D is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 189 29 -
CMYK 0.79 0 0.85 0.26
HSL 115.88º 0.73% 0.43% -
HSV(B) 115.88º 0.85% 0.74% -
XYZ 19.29 36.94 7.27 -
YUV 126.21 73.14 66.51 -
System Red Green Blue C M Y K H S L
Decimal 40 189 29 0.79 0 0.85 0.26 115.88 0.73 0.43
Hex 28 BD 1D 4F 0 55 1A 74 49 2B
Octal 50 275 35 117 0 125 32 164 111 53
Binary 101000 10111101 11101 1001111 0 1010101 11010 1110100 1001001 101011

Color Harmonies of #28BD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BD1D

Black with #28BD1D

Text Example


Text Example

White with #28BD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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