Html Css Color HEX #28C630 Lime Green

📋 copy color: '#28C630'

red 40 ◦ green 198 ◦ blue 48

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

Shades of Lime Green #28C630

Tints of Lime Green #28C630

RGB

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

 GREEN value IS 198 (77.73% from 255) = 69.23%

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

R = 13.99%
G = 69.23%
B = 16.78%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#28C630 (or 0x28C630) is known color: Lime Green. HEX triplet: 28, C6 and 30. RGB value is (40,198,48). Sum of RGB (Red+Green+Blue) = 40+198+48=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 198 (77.73% from 255 or 69.23% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 198 - color contains mainly: green. Hex color #28C630 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C630 is #D739CF. Grayscale: #868686. Windows color (decimal): -14105040 or 3196456. OLE color: 3196456.

HSL color Cylindrical-coordinate representation of color #28C630: hue angle of 123.04º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C630 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 40 198 48 -
CMYK 0.80 0 0.76 0.22
HSL 123.04º 0.66% 0.47% -
HSV(B) 123.04º 0.8% 0.78% -
XYZ 21.6 41.05 9.58 -
YUV 133.66 79.65 61.2 -
System Red Green Blue C M Y K H S L
Decimal 40 198 48 0.80 0 0.76 0.22 123.04 0.66 0.47
Hex 28 C6 30 50 0 4C 16 7B 42 2F
Octal 50 306 60 120 0 114 26 173 102 57
Binary 101000 11000110 110000 1010000 0 1001100 10110 1111011 1000010 101111

Color Harmonies of #28C630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C630

Black with #28C630

Text Example


Text Example

White with #28C630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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