#1BC330

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

Shades of Lime Green #1BC330

Tints of Lime Green #1BC330

Color information

#1BC330 (or 0x1BC330) is unknown color: approx Lime Green. HEX triplet: 1B, C3 and 30. RGB value is (27,195,48). Sum of RGB (Red+Green+Blue) = 27+195+48=270 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10% from 270); Green value is 195 (76.56% from 255 or 72.22% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 195 - color contains mainly: green. Hex color #1BC330 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC330 is #E43CCF. Grayscale: #808080. Windows color (decimal): -14957776 or 3195675. OLE color: 3195675.

HSL color Cylindrical-coordinate representation of color #1BC330: hue angle of 127.5º 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 #1BC330 is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB2719548-
CMYK0.8600.750.24
HSL127.5º75.68%43.53%-
HSV(B)127.5º86.15%76.47%-
XYZ20.539.489.34-
YUV128.0182.8455.95-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10%
GREEN value IS 195 (76.56% from 255) = 72.22%
BLUE value IS 48 (19.14% from 255) = 17.78%
R=10%
G=72.22%
B=17.78%

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
Decimal27195480.8600.750.24127.575.6843.53
Hex1BC3305604B18804c2c
Octal333036012601133020011454
Binary110111100001111000010101100100101111000100000001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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