#7CC333

Color #7CC333 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7CC333

Tints of Lima #7CC333

Color information

#7CC333 (or 0x7CC333) is unknown color: approx Lima. HEX triplet: 7C, C3 and 33. RGB value is (124,195,51). Sum of RGB (Red+Green+Blue) = 124+195+51=370 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.51% from 370); Green value is 195 (76.56% from 255 or 52.70% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC333 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC333 is #833CCC. Grayscale: #9D9D9D. Windows color (decimal): -8600781 or 3392380. OLE color: 3392380.

HSL color Cylindrical-coordinate representation of color #7CC333: hue angle of 89.58º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7CC333 is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB12419551-
CMYK0.3600.740.24
HSL89.58º58.54%48.24%-
HSV(B)89.58º73.85%76.47%-
XYZ28.4243.5510.04-
YUV157.3567.98104.21-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.51%
GREEN value IS 195 (76.56% from 255) = 52.70%
BLUE value IS 51 (20.31% from 255) = 13.78%
R=33.51%
G=52.70%
B=13.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal124195510.3600.740.2489.5858.5448.24
Hex7CC3332404A185a3b30
Octal17430363440112301327360
Binary11111001100001111001110010001001010110001011010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CC333; }

 p { color: rgb(124,195,51); }

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

<style>
 a { background-color: #7CC333; }

 a { background-color: rgb(124,195,51); }

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

<style>
 span { border-color: #7CC333; }

 span { border-color: rgb(124,195,51); }

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