Html Css Color HEX #1FC828 Lime Green

📋 copy color: '#1FC828'

red 31 ◦ green 200 ◦ blue 40

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

Shades of Lime Green #1FC828

Tints of Lime Green #1FC828

RGB

 RED value IS 31 (12.5% from 255) = 11.44%

 GREEN value IS 200 (78.52% from 255) = 73.8%

 BLUE value IS 40 (16.02% from 255) = 14.76%

R = 11.44%
G = 73.8%
B = 14.76%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#1FC828 (or 0x1FC828) is known color: Lime Green. HEX triplet: 1F, C8 and 28. RGB value is (31,200,40). Sum of RGB (Red+Green+Blue) = 31+200+40=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 200 (78.52% from 255 or 73.80% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 200 - color contains mainly: green. Hex color #1FC828 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC828 is #E037D7. Grayscale: #838383. Windows color (decimal): -14694360 or 2672671. OLE color: 2672671.

HSL color Cylindrical-coordinate representation of color #1FC828: hue angle of 123.2º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC828 is Cyan = 0.84, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB 31 200 40 -
CMYK 0.84 0 0.8 0.22
HSL 123.2º 0.73% 0.45% -
HSV(B) 123.2º 0.85% 0.78% -
XYZ 21.6 41.75 8.93 -
YUV 131.23 76.51 56.51 -
System Red Green Blue C M Y K H S L
Decimal 31 200 40 0.84 0 0.8 0.22 123.2 0.73 0.45
Hex 1F C8 28 54 0 50 16 7B 49 2D
Octal 37 310 50 124 0 120 26 173 111 55
Binary 11111 11001000 101000 1010100 0 1010000 10110 1111011 1001001 101101

Color Harmonies of #1FC828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC828

Black with #1FC828

Text Example


Text Example

White with #1FC828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FC828; }

 p { color: rgb(31,200,40); }

 H1.HeaderClassName
 {
   color: #1FC828;
 }
 .AnyTagClassName
 {
   color: #1FC828;
 }
</style>

background-color css

<style>
 a { background-color: #1FC828; }

 a { background-color: rgb(31,200,40); }

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

border-color css

<style>
 span { border-color: #1FC828; }

 span { border-color: rgb(31,200,40); }

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