Html Css Color HEX #1BC21C Lime Green

📋 copy color: '#1BC21C'

red 27 ◦ green 194 ◦ blue 28

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

Shades of Lime Green #1BC21C

Tints of Lime Green #1BC21C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 77.91%

 BLUE value IS 28 (11.33% from 255) = 11.24%

R = 10.84%
G = 77.91%
B = 11.24%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#1BC21C (or 0x1BC21C) is known color: Lime Green. HEX triplet: 1B, C2 and 1C. RGB value is (27,194,28). Sum of RGB (Red+Green+Blue) = 27+194+28=249 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.84% from 249); Green value is 194 (76.17% from 255 or 77.91% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 194 - color contains mainly: green. Hex color #1BC21C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC21C is #E43DE3. Grayscale: #7D7D7D. Windows color (decimal): -14958052 or 1884699. OLE color: 1884699.

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

Color convert

RGB 27 194 28 -
CMYK 0.86 0 0.86 0.24
HSL 120.36º 0.76% 0.43% -
HSV(B) 120.36º 0.86% 0.76% -
XYZ 19.95 38.9 7.56 -
YUV 125.14 73.17 58 -
System Red Green Blue C M Y K H S L
Decimal 27 194 28 0.86 0 0.86 0.24 120.36 0.76 0.43
Hex 1B C2 1C 56 0 56 18 78 4C 2B
Octal 33 302 34 126 0 126 30 170 114 53
Binary 11011 11000010 11100 1010110 0 1010110 11000 1111000 1001100 101011

Color Harmonies of #1BC21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC21C

Black with #1BC21C

Text Example


Text Example

White with #1BC21C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,194,28); }

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

background-color css

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

 a { background-color: rgb(27,194,28); }

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

border-color css

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

 span { border-color: rgb(27,194,28); }

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