#3CC722

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

Shades of Lime Green #3CC722

Tints of Lime Green #3CC722

Color information

#3CC722 (or 0x3CC722) is unknown color: approx Lime Green. HEX triplet: 3C, C7 and 22. RGB value is (60,199,34). Sum of RGB (Red+Green+Blue) = 60+199+34=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 199 (78.12% from 255 or 67.92% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 199 - color contains mainly: green. Hex color #3CC722 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC722 is #C338DD. Grayscale: #8B8B8B. Windows color (decimal): -12794078 or 2279228. OLE color: 2279228.

HSL color Cylindrical-coordinate representation of color #3CC722: hue angle of 110.55º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3CC722 is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB6019934-
CMYK0.7000.830.22
HSL110.55º70.82%45.69%-
HSV(B)110.55º82.91%78.04%-
XYZ22.5841.928.42-
YUV138.6368.9571.92-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.48%
GREEN value IS 199 (78.12% from 255) = 67.92%
BLUE value IS 34 (13.67% from 255) = 11.60%
R=20.48%
G=67.92%
B=11.60%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal60199340.7000.830.22110.5570.8245.69
Hex3CC72246053166f472e
Octal743074210601232615710756
Binary111100110001111000101000110010100111011011011111000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CC722; }

 p { color: rgb(60,199,34); }

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

<style>
 a { background-color: #3CC722; }

 a { background-color: rgb(60,199,34); }

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

<style>
 span { border-color: #3CC722; }

 span { border-color: rgb(60,199,34); }

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