Html Css Color HEX #28C12F Lime Green

📋 copy color: '#28C12F'

red 40 ◦ green 193 ◦ blue 47

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

Shades of Lime Green #28C12F

Tints of Lime Green #28C12F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.79%

R = 14.29%
G = 68.93%
B = 16.79%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#28C12F (or 0x28C12F) is known color: Lime Green. HEX triplet: 28, C1 and 2F. RGB value is (40,193,47). Sum of RGB (Red+Green+Blue) = 40+193+47=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 193 (75.78% from 255 or 68.93% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 193 - color contains mainly: green. Hex color #28C12F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C12F is #D73ED0. Grayscale: #838383. Windows color (decimal): -14106321 or 3129640. OLE color: 3129640.

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

Color convert

RGB 40 193 47 -
CMYK 0.79 0 0.76 0.24
HSL 122.75º 0.66% 0.46% -
HSV(B) 122.75º 0.79% 0.76% -
XYZ 20.46 38.8 9.1 -
YUV 130.61 80.81 63.37 -
System Red Green Blue C M Y K H S L
Decimal 40 193 47 0.79 0 0.76 0.24 122.75 0.66 0.46
Hex 28 C1 2F 4F 0 4C 18 7B 42 2E
Octal 50 301 57 117 0 114 30 173 102 56
Binary 101000 11000001 101111 1001111 0 1001100 11000 1111011 1000010 101110

Color Harmonies of #28C12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C12F

Black with #28C12F

Text Example


Text Example

White with #28C12F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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