Html Css Color HEX #28B52C Lime Green

📋 copy color: '#28B52C'

red 40 ◦ green 181 ◦ blue 44

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

Shades of Lime Green #28B52C

Tints of Lime Green #28B52C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 68.3%

 BLUE value IS 44 (17.58% from 255) = 16.6%

R = 15.09%
G = 68.3%
B = 16.6%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#28B52C (or 0x28B52C) is known color: Lime Green. HEX triplet: 28, B5 and 2C. RGB value is (40,181,44). Sum of RGB (Red+Green+Blue) = 40+181+44=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 181 (71.09% from 255 or 68.30% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 181 - color contains mainly: green. Hex color #28B52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B52C is #D74AD3. Grayscale: #7B7B7B. Windows color (decimal): -14109396 or 2929960. OLE color: 2929960.

HSL color Cylindrical-coordinate representation of color #28B52C: hue angle of 121.7º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B52C is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 40 181 44 -
CMYK 0.78 0 0.76 0.29
HSL 121.7º 0.64% 0.43% -
HSV(B) 121.7º 0.78% 0.71% -
XYZ 17.85 33.68 7.94 -
YUV 123.22 83.29 68.64 -
System Red Green Blue C M Y K H S L
Decimal 40 181 44 0.78 0 0.76 0.29 121.7 0.64 0.43
Hex 28 B5 2C 4E 0 4C 1D 7A 40 2B
Octal 50 265 54 116 0 114 35 172 100 53
Binary 101000 10110101 101100 1001110 0 1001100 11101 1111010 1000000 101011

Color Harmonies of #28B52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B52C

Black with #28B52C

Text Example


Text Example

White with #28B52C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,181,44); }

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

background-color css

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

 a { background-color: rgb(40,181,44); }

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

border-color css

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

 span { border-color: rgb(40,181,44); }

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