Html Css Color HEX #1FC319 Lime Green

📋 copy color: '#1FC319'

red 31 ◦ green 195 ◦ blue 25

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

Shades of Lime Green #1FC319

Tints of Lime Green #1FC319

RGB

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

 GREEN value IS 195 (76.56% from 255) = 77.69%

 BLUE value IS 25 (10.16% from 255) = 9.96%

R = 12.35%
G = 77.69%
B = 9.96%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#1FC319 (or 0x1FC319) is known color: Lime Green. HEX triplet: 1F, C3 and 19. RGB value is (31,195,25). Sum of RGB (Red+Green+Blue) = 31+195+25=251 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.35% from 251); Green value is 195 (76.56% from 255 or 77.69% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 195 - color contains mainly: green. Hex color #1FC319 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC319 is #E03CE6. Grayscale: #7F7F7F. Windows color (decimal): -14695655 or 1688351. OLE color: 1688351.

HSL color Cylindrical-coordinate representation of color #1FC319: hue angle of 117.88º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FC319 is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 31 195 25 -
CMYK 0.84 0 0.87 0.24
HSL 117.88º 0.77% 0.43% -
HSV(B) 117.88º 0.87% 0.76% -
XYZ 20.26 39.39 7.46 -
YUV 126.58 70.67 59.82 -
System Red Green Blue C M Y K H S L
Decimal 31 195 25 0.84 0 0.87 0.24 117.88 0.77 0.43
Hex 1F C3 19 54 0 57 18 76 4D 2B
Octal 37 303 31 124 0 127 30 166 115 53
Binary 11111 11000011 11001 1010100 0 1010111 11000 1110110 1001101 101011

Color Harmonies of #1FC319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC319

Black with #1FC319

Text Example


Text Example

White with #1FC319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,195,25); }

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

background-color css

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

 a { background-color: rgb(31,195,25); }

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

border-color css

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

 span { border-color: rgb(31,195,25); }

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