Html Css Color HEX #28BD2D Lime Green

📋 copy color: '#28BD2D'

red 40 ◦ green 189 ◦ blue 45

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

Shades of Lime Green #28BD2D

Tints of Lime Green #28BD2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.42%

R = 14.6%
G = 68.98%
B = 16.42%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#28BD2D (or 0x28BD2D) is known color: Lime Green. HEX triplet: 28, BD and 2D. RGB value is (40,189,45). Sum of RGB (Red+Green+Blue) = 40+189+45=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 189 (74.22% from 255 or 68.98% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 189 - color contains mainly: green. Hex color #28BD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BD2D is #D742D2. Grayscale: #808080. Windows color (decimal): -14107347 or 2997544. OLE color: 2997544.

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

Color convert

RGB 40 189 45 -
CMYK 0.79 0 0.76 0.26
HSL 122.01º 0.65% 0.45% -
HSV(B) 122.01º 0.79% 0.74% -
XYZ 19.55 37.04 8.6 -
YUV 128.03 81.14 65.21 -
System Red Green Blue C M Y K H S L
Decimal 40 189 45 0.79 0 0.76 0.26 122.01 0.65 0.45
Hex 28 BD 2D 4F 0 4C 1A 7A 41 2D
Octal 50 275 55 117 0 114 32 172 101 55
Binary 101000 10111101 101101 1001111 0 1001100 11010 1111010 1000001 101101

Color Harmonies of #28BD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BD2D

Black with #28BD2D

Text Example


Text Example

White with #28BD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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