Html Css Color HEX #1FC325 Lime Green

📋 copy color: '#1FC325'

red 31 ◦ green 195 ◦ blue 37

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

Shades of Lime Green #1FC325

Tints of Lime Green #1FC325

RGB

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

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

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

R = 11.79%
G = 74.14%
B = 14.07%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#1FC325 (or 0x1FC325) is known color: Lime Green. HEX triplet: 1F, C3 and 25. RGB value is (31,195,37). Sum of RGB (Red+Green+Blue) = 31+195+37=263 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.79% from 263); Green value is 195 (76.56% from 255 or 74.14% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 195 - color contains mainly: green. Hex color #1FC325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC325 is #E03CDA. Grayscale: #808080. Windows color (decimal): -14695643 or 2474783. OLE color: 2474783.

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

Color convert

RGB 31 195 37 -
CMYK 0.84 0 0.81 0.24
HSL 122.2º 0.73% 0.44% -
HSV(B) 122.2º 0.84% 0.76% -
XYZ 20.41 39.46 8.29 -
YUV 127.95 76.67 58.85 -
System Red Green Blue C M Y K H S L
Decimal 31 195 37 0.84 0 0.81 0.24 122.2 0.73 0.44
Hex 1F C3 25 54 0 51 18 7A 49 2C
Octal 37 303 45 124 0 121 30 172 111 54
Binary 11111 11000011 100101 1010100 0 1010001 11000 1111010 1001001 101100

Color Harmonies of #1FC325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC325

Black with #1FC325

Text Example


Text Example

White with #1FC325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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