Html Css Color HEX #1BC01A Lime Green

📋 copy color: '#1BC01A'

red 27 ◦ green 192 ◦ blue 26

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

Shades of Lime Green #1BC01A

Tints of Lime Green #1BC01A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.61%

R = 11.02%
G = 78.37%
B = 10.61%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#1BC01A (or 0x1BC01A) is known color: Lime Green. HEX triplet: 1B, C0 and 1A. RGB value is (27,192,26). Sum of RGB (Red+Green+Blue) = 27+192+26=245 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.02% from 245); Green value is 192 (75.39% from 255 or 78.37% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 192 - color contains mainly: green. Hex color #1BC01A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC01A is #E43FE5. Grayscale: #7C7C7C. Windows color (decimal): -14958566 or 1753115. OLE color: 1753115.

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

Color convert

RGB 27 192 26 -
CMYK 0.86 0 0.86 0.25
HSL 119.64º 0.76% 0.43% -
HSV(B) 119.64º 0.86% 0.75% -
XYZ 19.49 38.01 7.29 -
YUV 123.74 72.84 59 -
System Red Green Blue C M Y K H S L
Decimal 27 192 26 0.86 0 0.86 0.25 119.64 0.76 0.43
Hex 1B C0 1A 56 0 56 19 78 4C 2B
Octal 33 300 32 126 0 126 31 170 114 53
Binary 11011 11000000 11010 1010110 0 1010110 11001 1111000 1001100 101011

Color Harmonies of #1BC01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC01A

Black with #1BC01A

Text Example


Text Example

White with #1BC01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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