#1BC331

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

Shades of Lime Green #1BC331

Tints of Lime Green #1BC331

Color information

#1BC331 (or 0x1BC331) is unknown color: approx Lime Green. HEX triplet: 1B, C3 and 31. RGB value is (27,195,49). Sum of RGB (Red+Green+Blue) = 27+195+49=271 (35% of max value = 765). Red value is 27 (10.94% from 255 or 9.96% from 271); Green value is 195 (76.56% from 255 or 71.96% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 195 - color contains mainly: green. Hex color #1BC331 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC331 is #E43CCE. Grayscale: #808080. Windows color (decimal): -14957775 or 3261211. OLE color: 3261211.

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

Color convert

RGB2719549-
CMYK0.8600.750.24
HSL127.86º75.68%43.53%-
HSV(B)127.86º86.15%76.47%-
XYZ20.5239.489.45-
YUV128.1283.3455.87-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.96%
GREEN value IS 195 (76.56% from 255) = 71.96%
BLUE value IS 49 (19.53% from 255) = 18.08%
R=9.96%
G=71.96%
B=18.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal27195490.8600.750.24127.8675.6843.53
Hex1BC3315604B18804c2c
Octal333036112601133020011454
Binary110111100001111000110101100100101111000100000001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,195,49); }

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

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

 a { background-color: rgb(27,195,49); }

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

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

 span { border-color: rgb(27,195,49); }

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