Html Css Color HEX #1BCC14 Lime Green

📋 copy color: '#1BCC14'

red 27 ◦ green 204 ◦ blue 20

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

Shades of Lime Green #1BCC14

Tints of Lime Green #1BCC14

RGB

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

 GREEN value IS 204 (80.08% from 255) = 81.27%

 BLUE value IS 20 (8.2% from 255) = 7.97%

R = 10.76%
G = 81.27%
B = 7.97%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#1BCC14 (or 0x1BCC14) is known color: Lime Green. HEX triplet: 1B, CC and 14. RGB value is (27,204,20). Sum of RGB (Red+Green+Blue) = 27+204+20=251 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.76% from 251); Green value is 204 (80.08% from 255 or 81.27% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 204 - color contains mainly: green. Hex color #1BCC14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BCC14 is #E433EB. Grayscale: #828282. Windows color (decimal): -14955500 or 1362971. OLE color: 1362971.

HSL color Cylindrical-coordinate representation of color #1BCC14: hue angle of 117.72º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1BCC14 is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 27 204 20 -
CMYK 0.87 0 0.90 0.2
HSL 117.72º 0.82% 0.44% -
HSV(B) 117.72º 0.9% 0.8% -
XYZ 22.17 43.47 7.88 -
YUV 130.1 65.86 54.46 -
System Red Green Blue C M Y K H S L
Decimal 27 204 20 0.87 0 0.90 0.2 117.72 0.82 0.44
Hex 1B CC 14 57 0 5A 14 76 52 2C
Octal 33 314 24 127 0 132 24 166 122 54
Binary 11011 11001100 10100 1010111 0 1011010 10100 1110110 1010010 101100

Color Harmonies of #1BCC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCC14

Black with #1BCC14

Text Example


Text Example

White with #1BCC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,204,20); }

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

background-color css

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

 a { background-color: rgb(27,204,20); }

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

border-color css

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

 span { border-color: rgb(27,204,20); }

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