Html Css Color HEX #1FB425 Lime Green

📋 copy color: '#1FB425'

red 31 ◦ green 180 ◦ blue 37

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

Shades of Lime Green #1FB425

Tints of Lime Green #1FB425

RGB

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

 GREEN value IS 180 (70.7% from 255) = 72.58%

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

R = 12.5%
G = 72.58%
B = 14.92%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#1FB425 (or 0x1FB425) is known color: Lime Green. HEX triplet: 1F, B4 and 25. RGB value is (31,180,37). Sum of RGB (Red+Green+Blue) = 31+180+37=248 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.5% from 248); Green value is 180 (70.70% from 255 or 72.58% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB425 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB425 is #E04BDA. Grayscale: #777777. Windows color (decimal): -14699483 or 2470943. OLE color: 2470943.

HSL color Cylindrical-coordinate representation of color #1FB425: hue angle of 122.42º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB425 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 31 180 37 -
CMYK 0.83 0 0.79 0.29
HSL 122.42º 0.71% 0.41% -
HSV(B) 122.42º 0.83% 0.71% -
XYZ 17.22 33.07 7.23 -
YUV 119.15 81.64 65.13 -
System Red Green Blue C M Y K H S L
Decimal 31 180 37 0.83 0 0.79 0.29 122.42 0.71 0.41
Hex 1F B4 25 53 0 4F 1D 7A 47 29
Octal 37 264 45 123 0 117 35 172 107 51
Binary 11111 10110100 100101 1010011 0 1001111 11101 1111010 1000111 101001

Color Harmonies of #1FB425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB425

Black with #1FB425

Text Example


Text Example

White with #1FB425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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