Html Css Color HEX #28C12D Lime Green

📋 copy color: '#28C12D'

red 40 ◦ green 193 ◦ blue 45

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

Shades of Lime Green #28C12D

Tints of Lime Green #28C12D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 69.42%

 BLUE value IS 45 (17.97% from 255) = 16.19%

R = 14.39%
G = 69.42%
B = 16.19%

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

#28C12D (or 0x28C12D) is known color: Lime Green. HEX triplet: 28, C1 and 2D. RGB value is (40,193,45). Sum of RGB (Red+Green+Blue) = 40+193+45=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 193 (75.78% from 255 or 69.42% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 193 - color contains mainly: green. Hex color #28C12D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C12D is #D73ED2. Grayscale: #828282. Windows color (decimal): -14106323 or 2998568. OLE color: 2998568.

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

Color convert

RGB 40 193 45 -
CMYK 0.79 0 0.77 0.24
HSL 121.96º 0.66% 0.46% -
HSV(B) 121.96º 0.79% 0.76% -
XYZ 20.42 38.78 8.89 -
YUV 130.38 79.81 63.53 -
System Red Green Blue C M Y K H S L
Decimal 40 193 45 0.79 0 0.77 0.24 121.96 0.66 0.46
Hex 28 C1 2D 4F 0 4D 18 7A 42 2E
Octal 50 301 55 117 0 115 30 172 102 56
Binary 101000 11000001 101101 1001111 0 1001101 11000 1111010 1000010 101110

Color Harmonies of #28C12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C12D

Black with #28C12D

Text Example


Text Example

White with #28C12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,193,45); }

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

background-color css

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

 a { background-color: rgb(40,193,45); }

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

border-color css

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

 span { border-color: rgb(40,193,45); }

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