Html Css Color HEX #28BD4B Lime Green

📋 copy color: '#28BD4B'

red 40 ◦ green 189 ◦ blue 75

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

Shades of Lime Green #28BD4B

Tints of Lime Green #28BD4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.67%

R = 13.16%
G = 62.17%
B = 24.67%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#28BD4B (or 0x28BD4B) is known color: Lime Green. HEX triplet: 28, BD and 4B. RGB value is (40,189,75). Sum of RGB (Red+Green+Blue) = 40+189+75=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 189 (74.22% from 255 or 62.17% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 189 - color contains mainly: green. Hex color #28BD4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BD4B is #D742B4. Grayscale: #838383. Windows color (decimal): -14107317 or 4963624. OLE color: 4963624.

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

Color convert

RGB 40 189 75 -
CMYK 0.79 0 0.60 0.26
HSL 134.09º 0.65% 0.45% -
HSV(B) 134.09º 0.79% 0.74% -
XYZ 20.34 37.35 12.79 -
YUV 131.45 96.14 62.77 -
System Red Green Blue C M Y K H S L
Decimal 40 189 75 0.79 0 0.60 0.26 134.09 0.65 0.45
Hex 28 BD 4B 4F 0 3C 1A 86 41 2D
Octal 50 275 113 117 0 74 32 206 101 55
Binary 101000 10111101 1001011 1001111 0 111100 11010 10000110 1000001 101101

Color Harmonies of #28BD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BD4B

Black with #28BD4B

Text Example


Text Example

White with #28BD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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