Html Css Color HEX #1FB41F Lime Green

📋 copy color: '#1FB41F'

red 31 ◦ green 180 ◦ blue 31

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

Shades of Lime Green #1FB41F

Tints of Lime Green #1FB41F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.81%

R = 12.81%
G = 74.38%
B = 12.81%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#1FB41F (or 0x1FB41F) is known color: Lime Green. HEX triplet: 1F, B4 and 1F. RGB value is (31,180,31). Sum of RGB (Red+Green+Blue) = 31+180+31=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 180 (70.70% from 255 or 74.38% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB41F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB41F is #E04BE0. Grayscale: #767676. Windows color (decimal): -14699489 or 2077727. OLE color: 2077727.

HSL color Cylindrical-coordinate representation of color #1FB41F: hue angle of 120º 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 #1FB41F is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 31 180 31 -
CMYK 0.83 0 0.83 0.29
HSL 120º 0.71% 0.41% -
HSV(B) 120º 0.83% 0.71% -
XYZ 17.13 33.03 6.77 -
YUV 118.46 78.64 65.62 -
System Red Green Blue C M Y K H S L
Decimal 31 180 31 0.83 0 0.83 0.29 120 0.71 0.41
Hex 1F B4 1F 53 0 53 1D 78 47 29
Octal 37 264 37 123 0 123 35 170 107 51
Binary 11111 10110100 11111 1010011 0 1010011 11101 1111000 1000111 101001

Color Harmonies of #1FB41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB41F

Black with #1FB41F

Text Example


Text Example

White with #1FB41F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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