Html Css Color HEX #28C032 Lime Green

📋 copy color: '#28C032'

red 40 ◦ green 192 ◦ blue 50

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

Shades of Lime Green #28C032

Tints of Lime Green #28C032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 68.09%

 BLUE value IS 50 (19.92% from 255) = 17.73%

R = 14.18%
G = 68.09%
B = 17.73%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#28C032 (or 0x28C032) is known color: Lime Green. HEX triplet: 28, C0 and 32. RGB value is (40,192,50). Sum of RGB (Red+Green+Blue) = 40+192+50=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 192 (75.39% from 255 or 68.09% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 192 - color contains mainly: green. Hex color #28C032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C032 is #D73FCD. Grayscale: #828282. Windows color (decimal): -14106574 or 3325992. OLE color: 3325992.

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

Color convert

RGB 40 192 50 -
CMYK 0.79 0 0.74 0.25
HSL 123.95º 0.66% 0.45% -
HSV(B) 123.95º 0.79% 0.75% -
XYZ 20.3 38.38 9.36 -
YUV 130.36 82.64 63.55 -
System Red Green Blue C M Y K H S L
Decimal 40 192 50 0.79 0 0.74 0.25 123.95 0.66 0.45
Hex 28 C0 32 4F 0 4A 19 7C 42 2D
Octal 50 300 62 117 0 112 31 174 102 55
Binary 101000 11000000 110010 1001111 0 1001010 11001 1111100 1000010 101101

Color Harmonies of #28C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C032

Black with #28C032

Text Example


Text Example

White with #28C032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,192,50); }

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

background-color css

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

 a { background-color: rgb(40,192,50); }

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

border-color css

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

 span { border-color: rgb(40,192,50); }

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