Html Css Color HEX #28C62F Lime Green

📋 copy color: '#28C62F'

red 40 ◦ green 198 ◦ blue 47

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

Shades of Lime Green #28C62F

Tints of Lime Green #28C62F

RGB

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

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

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

R = 14.04%
G = 69.47%
B = 16.49%

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

#28C62F (or 0x28C62F) is known color: Lime Green. HEX triplet: 28, C6 and 2F. RGB value is (40,198,47). Sum of RGB (Red+Green+Blue) = 40+198+47=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 198 (77.73% from 255 or 69.47% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 198 - color contains mainly: green. Hex color #28C62F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C62F is #D739D0. Grayscale: #858585. Windows color (decimal): -14105041 or 3130920. OLE color: 3130920.

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

Color convert

RGB 40 198 47 -
CMYK 0.80 0 0.76 0.22
HSL 122.66º 0.66% 0.47% -
HSV(B) 122.66º 0.8% 0.78% -
XYZ 21.58 41.04 9.47 -
YUV 133.54 79.15 61.28 -
System Red Green Blue C M Y K H S L
Decimal 40 198 47 0.80 0 0.76 0.22 122.66 0.66 0.47
Hex 28 C6 2F 50 0 4C 16 7B 42 2F
Octal 50 306 57 120 0 114 26 173 102 57
Binary 101000 11000110 101111 1010000 0 1001100 10110 1111011 1000010 101111

Color Harmonies of #28C62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C62F

Black with #28C62F

Text Example


Text Example

White with #28C62F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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