Html Css Color HEX #1FC425 Lime Green

📋 copy color: '#1FC425'

red 31 ◦ green 196 ◦ blue 37

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

Shades of Lime Green #1FC425

Tints of Lime Green #1FC425

RGB

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

 GREEN value IS 196 (76.95% from 255) = 74.24%

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

R = 11.74%
G = 74.24%
B = 14.02%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#1FC425 (or 0x1FC425) is known color: Lime Green. HEX triplet: 1F, C4 and 25. RGB value is (31,196,37). Sum of RGB (Red+Green+Blue) = 31+196+37=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 196 (76.95% from 255 or 74.24% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 196 - color contains mainly: green. Hex color #1FC425 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC425 is #E03BDA. Grayscale: #818181. Windows color (decimal): -14695387 or 2475039. OLE color: 2475039.

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

Color convert

RGB 31 196 37 -
CMYK 0.84 0 0.81 0.23
HSL 122.18º 0.73% 0.45% -
HSV(B) 122.18º 0.84% 0.77% -
XYZ 20.64 39.9 8.36 -
YUV 128.54 76.34 58.43 -
System Red Green Blue C M Y K H S L
Decimal 31 196 37 0.84 0 0.81 0.23 122.18 0.73 0.45
Hex 1F C4 25 54 0 51 17 7A 49 2D
Octal 37 304 45 124 0 121 27 172 111 55
Binary 11111 11000100 100101 1010100 0 1010001 10111 1111010 1001001 101101

Color Harmonies of #1FC425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC425

Black with #1FC425

Text Example


Text Example

White with #1FC425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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