Html Css Color HEX #1FC025 Lime Green

📋 copy color: '#1FC025'

red 31 ◦ green 192 ◦ blue 37

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

Shades of Lime Green #1FC025

Tints of Lime Green #1FC025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.23%

R = 11.92%
G = 73.85%
B = 14.23%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#1FC025 (or 0x1FC025) is known color: Lime Green. HEX triplet: 1F, C0 and 25. RGB value is (31,192,37). Sum of RGB (Red+Green+Blue) = 31+192+37=260 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.92% from 260); Green value is 192 (75.39% from 255 or 73.85% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC025 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC025 is #E03FDA. Grayscale: #7E7E7E. Windows color (decimal): -14696411 or 2474015. OLE color: 2474015.

HSL color Cylindrical-coordinate representation of color #1FC025: hue angle of 122.24º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC025 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 192 37 -
CMYK 0.84 0 0.81 0.25
HSL 122.24º 0.72% 0.44% -
HSV(B) 122.24º 0.84% 0.75% -
XYZ 19.75 38.12 8.07 -
YUV 126.19 77.66 60.1 -
System Red Green Blue C M Y K H S L
Decimal 31 192 37 0.84 0 0.81 0.25 122.24 0.72 0.44
Hex 1F C0 25 54 0 51 19 7A 48 2C
Octal 37 300 45 124 0 121 31 172 110 54
Binary 11111 11000000 100101 1010100 0 1010001 11001 1111010 1001000 101100

Color Harmonies of #1FC025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC025

Black with #1FC025

Text Example


Text Example

White with #1FC025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,192,37); }

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

background-color css

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

 a { background-color: rgb(31,192,37); }

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

border-color css

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

 span { border-color: rgb(31,192,37); }

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