Html Css Color HEX #28BD2A Lime Green

📋 copy color: '#28BD2A'

red 40 ◦ green 189 ◦ blue 42

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

Shades of Lime Green #28BD2A

Tints of Lime Green #28BD2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.5%

R = 14.76%
G = 69.74%
B = 15.5%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#28BD2A (or 0x28BD2A) is known color: Lime Green. HEX triplet: 28, BD and 2A. RGB value is (40,189,42). Sum of RGB (Red+Green+Blue) = 40+189+42=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 189 (74.22% from 255 or 69.74% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 189 - color contains mainly: green. Hex color #28BD2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BD2A is #D742D5. Grayscale: #808080. Windows color (decimal): -14107350 or 2800936. OLE color: 2800936.

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

Color convert

RGB 40 189 42 -
CMYK 0.79 0 0.78 0.26
HSL 120.81º 0.65% 0.45% -
HSV(B) 120.81º 0.79% 0.74% -
XYZ 19.49 37.01 8.31 -
YUV 127.69 79.64 65.45 -
System Red Green Blue C M Y K H S L
Decimal 40 189 42 0.79 0 0.78 0.26 120.81 0.65 0.45
Hex 28 BD 2A 4F 0 4E 1A 79 41 2D
Octal 50 275 52 117 0 116 32 171 101 55
Binary 101000 10111101 101010 1001111 0 1001110 11010 1111001 1000001 101101

Color Harmonies of #28BD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BD2A

Black with #28BD2A

Text Example


Text Example

White with #28BD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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