Html Css Color HEX #28C32C Lime Green

📋 copy color: '#28C32C'

red 40 ◦ green 195 ◦ blue 44

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

Shades of Lime Green #28C32C

Tints of Lime Green #28C32C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 69.89%

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

R = 14.34%
G = 69.89%
B = 15.77%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#28C32C (or 0x28C32C) is known color: Lime Green. HEX triplet: 28, C3 and 2C. RGB value is (40,195,44). Sum of RGB (Red+Green+Blue) = 40+195+44=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 195 (76.56% from 255 or 69.89% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 195 - color contains mainly: green. Hex color #28C32C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C32C is #D73CD3. Grayscale: #838383. Windows color (decimal): -14105812 or 2933544. OLE color: 2933544.

HSL color Cylindrical-coordinate representation of color #28C32C: hue angle of 121.55º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C32C is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 40 195 44 -
CMYK 0.79 0 0.77 0.24
HSL 121.55º 0.66% 0.46% -
HSV(B) 121.55º 0.79% 0.76% -
XYZ 20.84 39.66 8.94 -
YUV 131.44 78.65 62.78 -
System Red Green Blue C M Y K H S L
Decimal 40 195 44 0.79 0 0.77 0.24 121.55 0.66 0.46
Hex 28 C3 2C 4F 0 4D 18 7A 42 2E
Octal 50 303 54 117 0 115 30 172 102 56
Binary 101000 11000011 101100 1001111 0 1001101 11000 1111010 1000010 101110

Color Harmonies of #28C32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C32C

Black with #28C32C

Text Example


Text Example

White with #28C32C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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