Html Css Color HEX #1FBE1A Lime Green

📋 copy color: '#1FBE1A'

red 31 ◦ green 190 ◦ blue 26

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

Shades of Lime Green #1FBE1A

Tints of Lime Green #1FBE1A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 76.92%

 BLUE value IS 26 (10.55% from 255) = 10.53%

R = 12.55%
G = 76.92%
B = 10.53%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#1FBE1A (or 0x1FBE1A) is known color: Lime Green. HEX triplet: 1F, BE and 1A. RGB value is (31,190,26). Sum of RGB (Red+Green+Blue) = 31+190+26=247 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.55% from 247); Green value is 190 (74.61% from 255 or 76.92% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 190 - color contains mainly: green. Hex color #1FBE1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBE1A is #E041E5. Grayscale: #7C7C7C. Windows color (decimal): -14696934 or 1752607. OLE color: 1752607.

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

Color convert

RGB 31 190 26 -
CMYK 0.84 0 0.86 0.25
HSL 118.17º 0.76% 0.42% -
HSV(B) 118.17º 0.86% 0.75% -
XYZ 19.16 37.19 7.15 -
YUV 123.76 72.82 61.84 -
System Red Green Blue C M Y K H S L
Decimal 31 190 26 0.84 0 0.86 0.25 118.17 0.76 0.42
Hex 1F BE 1A 54 0 56 19 76 4C 2A
Octal 37 276 32 124 0 126 31 166 114 52
Binary 11111 10111110 11010 1010100 0 1010110 11001 1110110 1001100 101010

Color Harmonies of #1FBE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBE1A

Black with #1FBE1A

Text Example


Text Example

White with #1FBE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,190,26); }

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

background-color css

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

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

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

border-color css

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

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

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