Html Css Color HEX #28C02F Lime Green

📋 copy color: '#28C02F'

red 40 ◦ green 192 ◦ blue 47

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

Shades of Lime Green #28C02F

Tints of Lime Green #28C02F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 68.82%

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

R = 14.34%
G = 68.82%
B = 16.85%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#28C02F (or 0x28C02F) is known color: Lime Green. HEX triplet: 28, C0 and 2F. RGB value is (40,192,47). Sum of RGB (Red+Green+Blue) = 40+192+47=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 192 (75.39% from 255 or 68.82% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 192 - color contains mainly: green. Hex color #28C02F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C02F is #D73FD0. Grayscale: #828282. Windows color (decimal): -14106577 or 3129384. OLE color: 3129384.

HSL color Cylindrical-coordinate representation of color #28C02F: hue angle of 122.76º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C02F is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 192 47 -
CMYK 0.79 0 0.76 0.25
HSL 122.76º 0.66% 0.45% -
HSV(B) 122.76º 0.79% 0.75% -
XYZ 20.24 38.36 9.03 -
YUV 130.02 81.14 63.79 -
System Red Green Blue C M Y K H S L
Decimal 40 192 47 0.79 0 0.76 0.25 122.76 0.66 0.45
Hex 28 C0 2F 4F 0 4C 19 7B 42 2D
Octal 50 300 57 117 0 114 31 173 102 55
Binary 101000 11000000 101111 1001111 0 1001100 11001 1111011 1000010 101101

Color Harmonies of #28C02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C02F

Black with #28C02F

Text Example


Text Example

White with #28C02F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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