Html Css Color HEX #28C130 Lime Green

📋 copy color: '#28C130'

red 40 ◦ green 193 ◦ blue 48

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

Shades of Lime Green #28C130

Tints of Lime Green #28C130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.08%

R = 14.23%
G = 68.68%
B = 17.08%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#28C130 (or 0x28C130) is known color: Lime Green. HEX triplet: 28, C1 and 30. RGB value is (40,193,48). Sum of RGB (Red+Green+Blue) = 40+193+48=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 193 (75.78% from 255 or 68.68% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 193 - color contains mainly: green. Hex color #28C130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C130 is #D73ECF. Grayscale: #838383. Windows color (decimal): -14106320 or 3195176. OLE color: 3195176.

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

Color convert

RGB 40 193 48 -
CMYK 0.79 0 0.75 0.24
HSL 123.14º 0.66% 0.46% -
HSV(B) 123.14º 0.79% 0.76% -
XYZ 20.48 38.8 9.21 -
YUV 130.72 81.31 63.29 -
System Red Green Blue C M Y K H S L
Decimal 40 193 48 0.79 0 0.75 0.24 123.14 0.66 0.46
Hex 28 C1 30 4F 0 4B 18 7B 42 2E
Octal 50 301 60 117 0 113 30 173 102 56
Binary 101000 11000001 110000 1001111 0 1001011 11000 1111011 1000010 101110

Color Harmonies of #28C130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C130

Black with #28C130

Text Example


Text Example

White with #28C130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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