Html Css Color HEX #1BBA1F Lime Green

📋 copy color: '#1BBA1F'

red 27 ◦ green 186 ◦ blue 31

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

Shades of Lime Green #1BBA1F

Tints of Lime Green #1BBA1F

RGB

 RED value IS 27 (10.94% from 255) = 11.07%

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

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

R = 11.07%
G = 76.23%
B = 12.7%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#1BBA1F (or 0x1BBA1F) is known color: Lime Green. HEX triplet: 1B, BA and 1F. RGB value is (27,186,31). Sum of RGB (Red+Green+Blue) = 27+186+31=244 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.07% from 244); Green value is 186 (73.05% from 255 or 76.23% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 186 - color contains mainly: green. Hex color #1BBA1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BBA1F is #E445E0. Grayscale: #797979. Windows color (decimal): -14960097 or 2079259. OLE color: 2079259.

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

Color convert

RGB 27 186 31 -
CMYK 0.85 0 0.83 0.27
HSL 121.51º 0.75% 0.42% -
HSV(B) 121.51º 0.85% 0.73% -
XYZ 18.26 35.45 7.18 -
YUV 120.79 77.32 61.1 -
System Red Green Blue C M Y K H S L
Decimal 27 186 31 0.85 0 0.83 0.27 121.51 0.75 0.42
Hex 1B BA 1F 55 0 53 1B 7A 4B 2A
Octal 33 272 37 125 0 123 33 172 113 52
Binary 11011 10111010 11111 1010101 0 1010011 11011 1111010 1001011 101010

Color Harmonies of #1BBA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBA1F

Black with #1BBA1F

Text Example


Text Example

White with #1BBA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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