Html Css Color HEX #1BCC15 Lime Green

📋 copy color: '#1BCC15'

red 27 ◦ green 204 ◦ blue 21

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

Shades of Lime Green #1BCC15

Tints of Lime Green #1BCC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.33%

R = 10.71%
G = 80.95%
B = 8.33%

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

#1BCC15 (or 0x1BCC15) is known color: Lime Green. HEX triplet: 1B, CC and 15. RGB value is (27,204,21). Sum of RGB (Red+Green+Blue) = 27+204+21=252 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.71% from 252); Green value is 204 (80.08% from 255 or 80.95% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 204 - color contains mainly: green. Hex color #1BCC15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BCC15 is #E433EA. Grayscale: #828282. Windows color (decimal): -14955499 or 1428507. OLE color: 1428507.

HSL color Cylindrical-coordinate representation of color #1BCC15: hue angle of 118.03º degrees, saturation: 0.81, 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 #1BCC15 is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 27 204 21 -
CMYK 0.87 0 0.90 0.2
HSL 118.03º 0.81% 0.44% -
HSV(B) 118.03º 0.9% 0.8% -
XYZ 22.18 43.47 7.93 -
YUV 130.22 66.36 54.38 -
System Red Green Blue C M Y K H S L
Decimal 27 204 21 0.87 0 0.90 0.2 118.03 0.81 0.44
Hex 1B CC 15 57 0 5A 14 76 51 2C
Octal 33 314 25 127 0 132 24 166 121 54
Binary 11011 11001100 10101 1010111 0 1011010 10100 1110110 1010001 101100

Color Harmonies of #1BCC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCC15

Black with #1BCC15

Text Example


Text Example

White with #1BCC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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