#1BC621

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

Shades of Lime Green #1BC621

Tints of Lime Green #1BC621

Color information

#1BC621 (or 0x1BC621) is unknown color: approx Lime Green. HEX triplet: 1B, C6 and 21. RGB value is (27,198,33). Sum of RGB (Red+Green+Blue) = 27+198+33=258 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.47% from 258); Green value is 198 (77.73% from 255 or 76.74% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 198 - color contains mainly: green. Hex color #1BC621 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC621 is #E439DE. Grayscale: #808080. Windows color (decimal): -14957023 or 2213403. OLE color: 2213403.

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

Color convert

RGB2719833-
CMYK0.8600.830.22
HSL122.11º76%44.12%-
HSV(B)122.11º86.36%77.65%-
XYZ20.9240.738.2-
YUV128.0674.3555.92-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.47%
GREEN value IS 198 (77.73% from 255) = 76.74%
BLUE value IS 33 (13.28% from 255) = 12.79%
R=10.47%
G=76.74%
B=12.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal27198330.8600.830.22122.117644.12
Hex1BC62156053167a4c2c
Octal333064112601232617211454
Binary11011110001101000011010110010100111011011110101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,198,33); }

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

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

 a { background-color: rgb(27,198,33); }

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

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

 span { border-color: rgb(27,198,33); }

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