Html Css Color HEX #28C21D Lime Green

📋 copy color: '#28C21D'

red 40 ◦ green 194 ◦ blue 29

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

Shades of Lime Green #28C21D

Tints of Lime Green #28C21D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 73.76%

 BLUE value IS 29 (11.72% from 255) = 11.03%

R = 15.21%
G = 73.76%
B = 11.03%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#28C21D (or 0x28C21D) is known color: Lime Green. HEX triplet: 28, C2 and 1D. RGB value is (40,194,29). Sum of RGB (Red+Green+Blue) = 40+194+29=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 194 (76.17% from 255 or 73.76% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 194 - color contains mainly: green. Hex color #28C21D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C21D is #D73DE2. Grayscale: #818181. Windows color (decimal): -14106083 or 1950248. OLE color: 1950248.

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

Color convert

RGB 40 194 29 -
CMYK 0.79 0 0.85 0.24
HSL 116º 0.74% 0.44% -
HSV(B) 116º 0.85% 0.76% -
XYZ 20.39 39.12 7.64 -
YUV 129.14 71.48 64.42 -
System Red Green Blue C M Y K H S L
Decimal 40 194 29 0.79 0 0.85 0.24 116 0.74 0.44
Hex 28 C2 1D 4F 0 55 18 74 4A 2C
Octal 50 302 35 117 0 125 30 164 112 54
Binary 101000 11000010 11101 1001111 0 1010101 11000 1110100 1001010 101100

Color Harmonies of #28C21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C21D

Black with #28C21D

Text Example


Text Example

White with #28C21D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,194,29); }

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

background-color css

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

 a { background-color: rgb(40,194,29); }

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

border-color css

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

 span { border-color: rgb(40,194,29); }

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