Html Css Color HEX #1FBA15 Lime Green

📋 copy color: '#1FBA15'

red 31 ◦ green 186 ◦ blue 21

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

Shades of Lime Green #1FBA15

Tints of Lime Green #1FBA15

RGB

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

 GREEN value IS 186 (73.05% from 255) = 78.15%

 BLUE value IS 21 (8.59% from 255) = 8.82%

R = 13.03%
G = 78.15%
B = 8.82%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#1FBA15 (or 0x1FBA15) is known color: Lime Green. HEX triplet: 1F, BA and 15. RGB value is (31,186,21). Sum of RGB (Red+Green+Blue) = 31+186+21=238 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.03% from 238); Green value is 186 (73.05% from 255 or 78.15% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 186 - color contains mainly: green. Hex color #1FBA15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBA15 is #E045EA. Grayscale: #797979. Windows color (decimal): -14697963 or 1423903. OLE color: 1423903.

HSL color Cylindrical-coordinate representation of color #1FBA15: hue angle of 116.36º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1FBA15 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 31 186 21 -
CMYK 0.83 0 0.89 0.27
HSL 116.36º 0.8% 0.41% -
HSV(B) 116.36º 0.89% 0.73% -
XYZ 18.26 35.46 6.59 -
YUV 120.85 71.65 63.92 -
System Red Green Blue C M Y K H S L
Decimal 31 186 21 0.83 0 0.89 0.27 116.36 0.8 0.41
Hex 1F BA 15 53 0 59 1B 74 50 29
Octal 37 272 25 123 0 131 33 164 120 51
Binary 11111 10111010 10101 1010011 0 1011001 11011 1110100 1010000 101001

Color Harmonies of #1FBA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBA15

Black with #1FBA15

Text Example


Text Example

White with #1FBA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,186,21); }

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

background-color css

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

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

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

border-color css

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

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

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