#1CCB34

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

Shades of Lime Green #1CCB34

Tints of Lime Green #1CCB34

Color information

#1CCB34 (or 0x1CCB34) is unknown color: approx Lime Green. HEX triplet: 1C, CB and 34. RGB value is (28,203,52). Sum of RGB (Red+Green+Blue) = 28+203+52=283 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.89% from 283); Green value is 203 (79.69% from 255 or 71.73% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 203 - color contains mainly: green. Hex color #1CCB34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCB34 is #E334CB. Grayscale: #858585. Windows color (decimal): -14890188 or 3459868. OLE color: 3459868.

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

Color convert

RGB2820352-
CMYK0.8600.740.20
HSL128.23º75.76%45.29%-
HSV(B)128.23º86.21%79.61%-
XYZ22.4543.2110.41-
YUV133.4682.0252.78-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.89%
GREEN value IS 203 (79.69% from 255) = 71.73%
BLUE value IS 52 (20.70% from 255) = 18.37%
R=9.89%
G=71.73%
B=18.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal28203520.8600.740.20128.2375.7645.29
Hex1CCB345604A14804c2d
Octal343136412601122420011455
Binary111001100101111010010101100100101010100100000001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,203,52); }

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

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

 a { background-color: rgb(28,203,52); }

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

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

 span { border-color: rgb(28,203,52); }

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