Html Css Color HEX #1BBA1D Lime Green

📋 copy color: '#1BBA1D'

red 27 ◦ green 186 ◦ blue 29

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

Shades of Lime Green #1BBA1D

Tints of Lime Green #1BBA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.98%

R = 11.16%
G = 76.86%
B = 11.98%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#1BBA1D (or 0x1BBA1D) is known color: Lime Green. HEX triplet: 1B, BA and 1D. RGB value is (27,186,29). Sum of RGB (Red+Green+Blue) = 27+186+29=242 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.16% from 242); Green value is 186 (73.05% from 255 or 76.86% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 186 - color contains mainly: green. Hex color #1BBA1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BBA1D is #E445E2. Grayscale: #797979. Windows color (decimal): -14960099 or 1948187. OLE color: 1948187.

HSL color Cylindrical-coordinate representation of color #1BBA1D: hue angle of 120.75º 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 #1BBA1D is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 27 186 29 -
CMYK 0.85 0 0.84 0.27
HSL 120.75º 0.75% 0.42% -
HSV(B) 120.75º 0.85% 0.73% -
XYZ 18.23 35.44 7.04 -
YUV 120.56 76.32 61.27 -
System Red Green Blue C M Y K H S L
Decimal 27 186 29 0.85 0 0.84 0.27 120.75 0.75 0.42
Hex 1B BA 1D 55 0 54 1B 79 4B 2A
Octal 33 272 35 125 0 124 33 171 113 52
Binary 11011 10111010 11101 1010101 0 1010100 11011 1111001 1001011 101010

Color Harmonies of #1BBA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBA1D

Black with #1BBA1D

Text Example


Text Example

White with #1BBA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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