Html Css Color HEX #1BC00F Lime Green

📋 copy color: '#1BC00F'

red 27 ◦ green 192 ◦ blue 15

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

Shades of Lime Green #1BC00F

Tints of Lime Green #1BC00F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 82.05%

 BLUE value IS 15 (6.25% from 255) = 6.41%

R = 11.54%
G = 82.05%
B = 6.41%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#1BC00F (or 0x1BC00F) is known color: Lime Green. HEX triplet: 1B, C0 and 0F. RGB value is (27,192,15). Sum of RGB (Red+Green+Blue) = 27+192+15=234 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.54% from 234); Green value is 192 (75.39% from 255 or 82.05% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 192 - color contains mainly: green. Hex color #1BC00F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BC00F is #E43FF0. Grayscale: #7B7B7B. Windows color (decimal): -14958577 or 1032219. OLE color: 1032219.

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

Color convert

RGB 27 192 15 -
CMYK 0.86 0 0.92 0.25
HSL 115.93º 0.86% 0.41% -
HSV(B) 115.93º 0.92% 0.75% -
XYZ 19.39 37.97 6.76 -
YUV 122.49 67.34 59.89 -
System Red Green Blue C M Y K H S L
Decimal 27 192 15 0.86 0 0.92 0.25 115.93 0.86 0.41
Hex 1B C0 F 56 0 5C 19 74 56 29
Octal 33 300 17 126 0 134 31 164 126 51
Binary 11011 11000000 1111 1010110 0 1011100 11001 1110100 1010110 101001

Color Harmonies of #1BC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC00F

Black with #1BC00F

Text Example


Text Example

White with #1BC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,192,15); }

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

background-color css

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

 a { background-color: rgb(27,192,15); }

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

border-color css

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

 span { border-color: rgb(27,192,15); }

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