Html Css Color HEX #28C142 Lime Green

📋 copy color: '#28C142'

red 40 ◦ green 193 ◦ blue 66

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

Shades of Lime Green #28C142

Tints of Lime Green #28C142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.07%

R = 13.38%
G = 64.55%
B = 22.07%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#28C142 (or 0x28C142) is known color: Lime Green. HEX triplet: 28, C1 and 42. RGB value is (40,193,66). Sum of RGB (Red+Green+Blue) = 40+193+66=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 193 (75.78% from 255 or 64.55% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 193 - color contains mainly: green. Hex color #28C142 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C142 is #D73EBD. Grayscale: #858585. Windows color (decimal): -14106302 or 4374824. OLE color: 4374824.

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

Color convert

RGB 40 193 66 -
CMYK 0.79 0 0.66 0.24
HSL 130.2º 0.66% 0.46% -
HSV(B) 130.2º 0.79% 0.76% -
XYZ 20.93 38.98 11.58 -
YUV 132.78 90.31 61.83 -
System Red Green Blue C M Y K H S L
Decimal 40 193 66 0.79 0 0.66 0.24 130.2 0.66 0.46
Hex 28 C1 42 4F 0 42 18 82 42 2E
Octal 50 301 102 117 0 102 30 202 102 56
Binary 101000 11000001 1000010 1001111 0 1000010 11000 10000010 1000010 101110

Color Harmonies of #28C142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C142

Black with #28C142

Text Example


Text Example

White with #28C142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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