#1BCC30

Color #1BCC30 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #1BCC30

Tints of Lime Green #1BCC30

Color information

#1BCC30 (or 0x1BCC30) is unknown color: approx Lime Green. HEX triplet: 1B, CC and 30. RGB value is (27,204,48). Sum of RGB (Red+Green+Blue) = 27+204+48=279 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.68% from 279); Green value is 204 (80.08% from 255 or 73.12% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 204 - color contains mainly: green. Hex color #1BCC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCC30 is #E433CF. Grayscale: #858585. Windows color (decimal): -14955472 or 3197979. OLE color: 3197979.

HSL color Cylindrical-coordinate representation of color #1BCC30: hue angle of 127.12º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCC30 is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB2720448-
CMYK0.8700.760.2
HSL127.12º76.62%45.29%-
HSV(B)127.12º86.76%80%-
XYZ22.5843.6310.03-
YUV133.2979.8652.18-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.68%
GREEN value IS 204 (80.08% from 255) = 73.12%
BLUE value IS 48 (19.14% from 255) = 17.20%
R=9.68%
G=73.12%
B=17.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal27204480.8700.760.2127.1276.6245.29
Hex1BCC305704C147f4d2d
Octal333146012701142417711555
Binary11011110011001100001010111010011001010011111111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BCC30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1BCC30;
 }
 .AnyTagClassName
 {
   color: #1BCC30;
 }
</style>
background-color css

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

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

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

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

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

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