Html Css Color HEX #1FC225 Lime Green

📋 copy color: '#1FC225'

red 31 ◦ green 194 ◦ blue 37

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

Shades of Lime Green #1FC225

Tints of Lime Green #1FC225

RGB

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

 GREEN value IS 194 (76.17% from 255) = 74.05%

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

R = 11.83%
G = 74.05%
B = 14.12%

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

#1FC225 (or 0x1FC225) is known color: Lime Green. HEX triplet: 1F, C2 and 25. RGB value is (31,194,37). Sum of RGB (Red+Green+Blue) = 31+194+37=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 194 (76.17% from 255 or 74.05% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC225 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC225 is #E03DDA. Grayscale: #7F7F7F. Windows color (decimal): -14695899 or 2474527. OLE color: 2474527.

HSL color Cylindrical-coordinate representation of color #1FC225: hue angle of 122.21º degrees, saturation: 0.72, 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 #1FC225 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 31 194 37 -
CMYK 0.84 0 0.81 0.24
HSL 122.21º 0.72% 0.44% -
HSV(B) 122.21º 0.84% 0.76% -
XYZ 20.19 39.01 8.22 -
YUV 127.37 77 59.27 -
System Red Green Blue C M Y K H S L
Decimal 31 194 37 0.84 0 0.81 0.24 122.21 0.72 0.44
Hex 1F C2 25 54 0 51 18 7A 48 2C
Octal 37 302 45 124 0 121 30 172 110 54
Binary 11111 11000010 100101 1010100 0 1010001 11000 1111010 1001000 101100

Color Harmonies of #1FC225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC225

Black with #1FC225

Text Example


Text Example

White with #1FC225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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