Html Css Color HEX #1FBF1F Lime Green

📋 copy color: '#1FBF1F'

red 31 ◦ green 191 ◦ blue 31

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

Shades of Lime Green #1FBF1F

Tints of Lime Green #1FBF1F

RGB

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

 GREEN value IS 191 (75% from 255) = 75.49%

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

R = 12.25%
G = 75.49%
B = 12.25%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#1FBF1F (or 0x1FBF1F) is known color: Lime Green. HEX triplet: 1F, BF and 1F. RGB value is (31,191,31). Sum of RGB (Red+Green+Blue) = 31+191+31=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 191 (75% from 255 or 75.49% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 191 - color contains mainly: green. Hex color #1FBF1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBF1F is #E040E0. Grayscale: #7D7D7D. Windows color (decimal): -14696673 or 2080543. OLE color: 2080543.

HSL color Cylindrical-coordinate representation of color #1FBF1F: hue angle of 120º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBF1F is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 191 31 -
CMYK 0.84 0 0.84 0.25
HSL 120º 0.72% 0.44% -
HSV(B) 120º 0.84% 0.75% -
XYZ 19.44 37.65 7.54 -
YUV 124.92 74.99 61.01 -
System Red Green Blue C M Y K H S L
Decimal 31 191 31 0.84 0 0.84 0.25 120 0.72 0.44
Hex 1F BF 1F 54 0 54 19 78 48 2C
Octal 37 277 37 124 0 124 31 170 110 54
Binary 11111 10111111 11111 1010100 0 1010100 11001 1111000 1001000 101100

Color Harmonies of #1FBF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBF1F

Black with #1FBF1F

Text Example


Text Example

White with #1FBF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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