Html Css Color HEX #28C51C Lime Green

📋 copy color: '#28C51C'

red 40 ◦ green 197 ◦ blue 28

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

Shades of Lime Green #28C51C

Tints of Lime Green #28C51C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 74.34%

 BLUE value IS 28 (11.33% from 255) = 10.57%

R = 15.09%
G = 74.34%
B = 10.57%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#28C51C (or 0x28C51C) is known color: Lime Green. HEX triplet: 28, C5 and 1C. RGB value is (40,197,28). Sum of RGB (Red+Green+Blue) = 40+197+28=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 197 (77.34% from 255 or 74.34% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 197 - color contains mainly: green. Hex color #28C51C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C51C is #D73AE3. Grayscale: #838383. Windows color (decimal): -14105316 or 1885480. OLE color: 1885480.

HSL color Cylindrical-coordinate representation of color #28C51C: hue angle of 115.74º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #28C51C is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 40 197 28 -
CMYK 0.80 0 0.86 0.23
HSL 115.74º 0.75% 0.44% -
HSV(B) 115.74º 0.86% 0.77% -
XYZ 21.05 40.47 7.8 -
YUV 130.79 69.99 63.24 -
System Red Green Blue C M Y K H S L
Decimal 40 197 28 0.80 0 0.86 0.23 115.74 0.75 0.44
Hex 28 C5 1C 50 0 56 17 74 4B 2C
Octal 50 305 34 120 0 126 27 164 113 54
Binary 101000 11000101 11100 1010000 0 1010110 10111 1110100 1001011 101100

Color Harmonies of #28C51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C51C

Black with #28C51C

Text Example


Text Example

White with #28C51C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,197,28); }

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

background-color css

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

 a { background-color: rgb(40,197,28); }

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

border-color css

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

 span { border-color: rgb(40,197,28); }

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