Html Css Color HEX #1BBC1F Lime Green

📋 copy color: '#1BBC1F'

red 27 ◦ green 188 ◦ blue 31

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

Shades of Lime Green #1BBC1F

Tints of Lime Green #1BBC1F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 76.42%

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

R = 10.98%
G = 76.42%
B = 12.6%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#1BBC1F (or 0x1BBC1F) is known color: Lime Green. HEX triplet: 1B, BC and 1F. RGB value is (27,188,31). Sum of RGB (Red+Green+Blue) = 27+188+31=246 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.98% from 246); Green value is 188 (73.83% from 255 or 76.42% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBC1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BBC1F is #E443E0. Grayscale: #7A7A7A. Windows color (decimal): -14959585 or 2079771. OLE color: 2079771.

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

Color convert

RGB 27 188 31 -
CMYK 0.86 0 0.84 0.26
HSL 121.49º 0.75% 0.42% -
HSV(B) 121.49º 0.86% 0.74% -
XYZ 18.68 36.3 7.32 -
YUV 121.96 76.66 60.27 -
System Red Green Blue C M Y K H S L
Decimal 27 188 31 0.86 0 0.84 0.26 121.49 0.75 0.42
Hex 1B BC 1F 56 0 54 1A 79 4B 2A
Octal 33 274 37 126 0 124 32 171 113 52
Binary 11011 10111100 11111 1010110 0 1010100 11010 1111001 1001011 101010

Color Harmonies of #1BBC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBC1F

Black with #1BBC1F

Text Example


Text Example

White with #1BBC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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