#33CB1C

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

Shades of Lime Green #33CB1C

Tints of Lime Green #33CB1C

Color information

#33CB1C (or 0x33CB1C) is unknown color: approx Lime Green. HEX triplet: 33, CB and 1C. RGB value is (51,203,28). Sum of RGB (Red+Green+Blue) = 51+203+28=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 203 (79.69% from 255 or 71.99% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 203 - color contains mainly: green. Hex color #33CB1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CB1C is #CC34E3. Grayscale: #8A8A8A. Windows color (decimal): -13382884 or 1887027. OLE color: 1887027.

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

Color convert

RGB5120328-
CMYK0.7500.860.20
HSL112.11º75.76%45.29%-
HSV(B)112.11º86.21%79.61%-
XYZ22.9343.58.29-
YUV137.666.1466.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.09%
GREEN value IS 203 (79.69% from 255) = 71.99%
BLUE value IS 28 (11.33% from 255) = 9.93%
R=18.09%
G=71.99%
B=9.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal51203280.7500.860.20112.1175.7645.29
Hex33CB1C4B05614704c2d
Octal633133411301262416011455
Binary11001111001011111001001011010101101010011100001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CB1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33CB1C; }

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

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

<style>
 a { background-color: #33CB1C; }

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

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

<style>
 span { border-color: #33CB1C; }

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

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